Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Base64 Decode

0 views
Skip to first unread message

Kuldeep

unread,
Aug 30, 2006, 6:05:45 AM8/30/06
to
Hi All,

Could you please give me some guidelines on dealing with
Base64 encoded string.
The actual purpose is to decode Base64 Encoded string
and stream the data to a browser so that it can be viewed
in a web application

Regards,
Kuldeep

Jayender

unread,
Aug 30, 2006, 6:19:25 AM8/30/06
to

This will help u i guess:
http://www.codeproject.com/aspnet/EncodedUrlBuilder.asp

Cheers,
Jay

Peter Bromberg [C# MVP]

unread,
Aug 30, 2006, 7:50:02 AM8/30/06
to
Look at the Convert class methods, ToBase64String and FromBase64String:

http://msdn2.microsoft.com/en-us/library/system.convert.frombase64string.aspx

That should help.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com

Kuldeep

unread,
Aug 30, 2006, 8:54:18 AM8/30/06
to
Thank You Peter.

I could solve the problem by having a MemoryStream of the ByteArray data of
the base64 encoded string and then saving it as an image at a desired
location.

Regrads
Kuldeep


"Peter Bromberg [C# MVP]" <pbro...@yahoo.nospammin.com> wrote in message
news:2320E759-6682-414D...@microsoft.com...

0 new messages