Converts a string to a binary object. Used to convert
binary data that has been encoded into string format
back into binary data.
Lucee Function Reference
Function BINARYDECODE
Example
binarydecode(string encoded_binary,string binaryencoding):binary
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
encoded_binary | string | Yes | A string containing encoded binary data. |
binaryencoding | string | Yes |
A string specifying the algorithm used to encode the original binary data into a string; must be one of the following: |