Home All Groups Group Topic Archive Search About
Author
29 Jun 2006 1:48 AM
Jennyfer Barco
Hello, I need to decode a string that is encoded on Base64 format. The
string is a GIF image, so it's very long and weird data. Do you have an
example on how to do this?

Thanks in advance
Jennyferd Barco

Author
29 Jun 2006 5:27 AM
Mattias Sjögren
Jennyfer,

>Hello, I need to decode a string that is encoded on Base64 format.

Just call System.Convert.FromBase64String


Mattias

--
Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Author
29 Jun 2006 8:02 AM
Cor Ligthert [MVP]
Jennyfer,

In addition to Mattias, here an example were it is used

http://www.vb-tips.com/default.aspx?ID=7ffd296f-9e81-47e6-88dc-61641f5c8d9d

Cor


Show quoteHide quote
"Jennyfer Barco" <pdwhitt@nospam.wdsinc.com> schreef in bericht
news:OTiOt4xmGHA.2360@TK2MSFTNGP04.phx.gbl...
> Hello, I need to decode a string that is encoded on Base64 format. The
> string is a GIF image, so it's very long and weird data. Do you have an
> example on how to do this?
>
> Thanks in advance
> Jennyferd Barco
>