Converting base64 String Back to an Image

In a project I'm working on, images are sent over from a web service or are sitting on the users disk... both in an xml format. It's easy enough to save anything as base64 encoded, but how do you get it back to an actual image object? It's a little tricky. Lets say you have … Continue reading Converting base64 String Back to an Image