Base64 Decode

K

Kuldeep

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
 
K

Kuldeep

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top