Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.13 KB

File metadata and controls

38 lines (26 loc) · 1.13 KB

Function: ToString

Converts a value to a string.

Method Signature

ToString(value=[any], encoding=[string])

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