C# Base64 String to PNG Image 4 years ago Add Comment by Mike 10,503 views Here's the code for saving a base64 encoded string to image file in C# You can to convert a base64 string into PNG format in C# by following code