Possible Duplicate:
converting a base 64 string to an image and saving it
I have a PNG image encoded as a Base64 string. I need to convert this string into PNG format. How can I convert this in C#?
Possible Duplicate:
converting a base 64 string to an image and saving it
I have a PNG image encoded as a Base64 string. I need to convert this string into PNG format. How can I convert this in C#?