Search This Blog

Thursday, January 24, 2008

You can convert a coldfusion string to a Java array of bytes using the .getBytes hidden function

<Cfset variables.aBytes = variables.cString.getBytes() />

No comments: