|
changeCase |
Changes the case of a string.
|
|
changeCaseChar |
Changes the case of each character in a string.
|
|
charactertostring |
Coerces values of type character to values of type string.
|
|
chartostring |
Coerces values of type character to values of type string.
|
|
oneDtostring |
Converts a 1-dimensional array to a single string.
|
|
replaceSingleChar |
Within a string replace one character with another character.
|
|
sprintf |
Converts floats or doubles into formatted strings.
|
|
sprinti |
Converts integers into formatted strings.
|
|
stringtochar |
Coerces values of type string to values of type character.
|
|
stringtocharacter |
Coerces values of type string to values of type character.
|
|
stringtodouble |
Coerces values of type string to values of type double.
|
|
stringtofloat |
Coerces values of type string to values of type float.
|
|
stringtoint |
Coerces values of type string to values of type integer.
|
|
stringtointeger |
Coerces values of type string to values of type integer.
|
|
stringtolong |
Coerces values of type string to values of type long.
|
|
stringtoshort |
Coerces values of type string to values of type short.
|