ToString (String function)
Convert string to a string (String class)
This function returns the string value of the method object, and is useful for converting a numeric value to a string, or a Unicode value to an EBCDIC string.
Syntax
%outString = string:ToString
Syntax terms
%outString | The result string. |
---|---|
string | The input value. |