ToString
Method Signature
ToString(value=[any], encoding=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Base64 value to binary to string
base64Value = toBase64( "stringValue" );
binaryValue = toBinary( base64Value );
stringValue = toString( binaryValue );
writeOutput( stringValue );
Structure to String
Member syntax
Additional Examples
Related
Last updated
Was this helpful?
