ToString
Converts a value to a string.
Method Signature
Arguments
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.
Examples
Related
Last updated