Converts a value to a string.
ToString(value=[any], encoding=[string])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
value |
any |
true |
Value to convert to a string; can be a simple value such as an integer, a binary object, or an XML document object. | |
encoding |
string |
false |
The character encoding (character set) of the string, used with binary data. |