This will help u i guess:
http://www.codeproject.com/aspnet/EncodedUrlBuilder.asp
Cheers,
Jay
> Hi All,
>
[quoted text clipped - 6 lines]
> Regards,
> Kuldeep
Look at the Convert class methods, ToBase64String and FromBase64String:
http://msdn2.microsoft.com/en-us/library/system.convert.frombase64string.aspx
That should help.
Peter

Signature
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
> Hi All,
>
[quoted text clipped - 6 lines]
> Regards,
> Kuldeep
Kuldeep - 30 Aug 2006 13:54 GMT
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
> Look at the Convert class methods, ToBase64String and FromBase64String:
>
[quoted text clipped - 13 lines]
>> Regards,
>> Kuldeep