548
CFML Language Reference
<!----------------------------------------------------------------------
Create a binary representation of Base 64 data.
----------------------------------------------------------------------->
<CFSET dataBinary=toBinary(data64)>
<!----------------------------------------------------------------------
Create the string repesentation of the binary data.
----------------------------------------------------------------------->
<CFSET dataString=toString(dataBinary)>
<P>
The following is the string representation of the binary data.<BR>
<CFOUTPUT>#dataString#</CFOUTPUT>
</P>
</BODY>
</HTML>
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?
Questions and answers