from the cfmx manual: ToString: You can use this function to reverse Base64 encoding of a string. Convert the Base64 encoded object to a binary object, then use this function to convert the binary object to a string.
So you would do <cfset decoded = ToString(ToBinary(somebase64encodedstring))> See also http://www.macromedia.com/devnet/server_archive/articles/using_cf_variables. html ----- Original Message ----- From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 9:11 AM Subject: Re: [iMS] base 64 decoder > Nope. Base64 is an email encoding which is used a lot for asian email and spam. > ToBinary will return a binary object. I need a string return. I think I'm just > going to write it myself. > > > > > > What about ToBinary()? ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/Support/ Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/Support/ List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [EMAIL PROTECTED] ==^=======================================================
