CharsetDecode
Method Signature
CharsetDecode(encoded_binary=[string], encoding=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Decode a string using utf-8 back into binary encoding of the string
charsetDecode( "string", "utf-8" );
Decode a string using us-ascii back into binary encoding of the string
Additional Examples
Related
Last updated
Was this helpful?
