String
A UTF-8 string.
Inherited functions
Casts this TaskParameterValue as a ChunkInt and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a ChunkInt.
Casts this TaskParameterValue as a ChunkInt and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a ChunkInt.
Casts this TaskParameterValue as a Float and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a Float.
Casts this TaskParameterValue as a Float and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a Float.
Casts this TaskParameterValue as a Int and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a Int.
Casts this TaskParameterValue as a Int and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a Int.
Casts this TaskParameterValue as a Path and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a Path.
Casts this TaskParameterValue as a Path and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a Path.
Casts this TaskParameterValue as a String and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a String.
Casts this TaskParameterValue as a String and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a String.