User Guide

894 Chapter 3: ColdFusion Functions
<cfset dataBinary = toBinary(data64)>
<!---- Create the string representation of the binary data. ----->
<cfset dataString = ToString(dataBinary)>
<p>The following is the string representation of the binary data.<br>
<cfoutput>#dataString#</cfoutput></p>