Link to home
Start Free TrialLog in
Avatar of doc_amin
doc_amin

asked on

Decode base64 image from Xml using C#

hello everyone,
I need to regenerate an image from an Xml file, where the image is encoded as base64. I have to create a windows application using C# which allows the user to select more than one Xml file.
I know that C# allows you to select an element within Xml file, and it is possible to decode the image from base64 to its original format. But I am having a hard time to find the right code to do that.
Thanks in advance for your help.
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial