CharsetDecode
Encodes a string to a binary representation
Method Signature
Arguments
Argument
Type
Required
Description
Default
encoded_binary
string
true
The string to encode to binary
encoding
string
false
The charset encoding to use (default: utf-8 )
utf-8
Examples
Related
Last updated