BinaryEncode
Method Signature
BinaryEncode(binary=[any], encoding=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Encode a binary string back to a string using hex
s = binaryDecode( "737472696E67", "hex" );
binaryEncode( s, "hex" );
Encode a binary using UNIX UUencode (UU) back into string
Encode a binary using base64 back into a string
Additional Examples
Related
Last updated
Was this helpful?
