BinaryDecode
Method Signature
BinaryDecode(string=[string], encoding=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Decode a string using hex back into binary encoding of the string
binaryDecode( "F62B", "hex" );
Decode a string using UNIX UUencode (UU) back into binary encoding of the string
Decode a string using base64 back into binary encoding of the string
Create a byte array with 16 bytes
Additional Examples
Related
Last updated
Was this helpful?
