ToString()
For the given object, return back the string representation of the it
Usage
STRING = ToString(
object,
encoding
)
Argument | Summary |
---|---|
object | object |
encoding | encoding [optional] |
Calling
Supports named-parameter calling allowing you to use the function like:
ToString( object=?, encoding=? );
Supports passing parameters as a structure using ArgumentCollection:
ToString( ArgumentCollection={ object : ?, encoding : ? } );