Base64ToImage Method
Converts the specified base-64 stream string representation of an image into a System.Drawing.Image.

C# Syntax

public static Image Base64ToImage( 
   string base64String
)

Parameters

base64String
The base-64 stream string representation of an image.

Return Value

The System.Drawing.Image version of the specified image.