My base64 comes in Subject of the messages which I'm picking with <cfpop>,
and I've tried this ToString(ToBinary(..)) first, but with no result. And as
RFC says this string IS base64 due to ?B? sign in Subject.
Any ideas?

TIA
stas@

> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 14, 2000 7:05 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: string from base64
>
>
> > Is there any tag or snippet to convert base64 to string?
>
> If you're running CF 4.5.x, you can use ToString with ToBinary:
>
> <cfset mystr = ToString(ToBinary(mybase64string))>
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to