|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Decoding Base64Hello, 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 Jennyfer,
>Hello, I need to decode a string that is encoded on Base64 format. Just call System.Convert.FromBase64StringMattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. 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 > |
|||||||||||||||||||||||