Lucee Function Reference
Function CHARSETDECODE
Converts as string to a binary representation.
Example
charsetdecode(string encoded_binary,string encoding):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 data to encode in binary format. |
encoding | string | Yes | A string specifying encoding of the input data. |