MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 572

Cfml language reference
Table of Contents

Advertisement

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>

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Coldfusion 4.5

Table of Contents