ToString
Converts a value to a string.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| Value to convert to a string; can be a simple value such as an integer, a binary object, or an XML document object. | |
|
|
| The character encoding (character set) of the string, used with binary data. |
Examples
Related
Last updated