[]
Decodes an image from a base-64-encoded string.
public static Image DecodeImage(string data)
String that contains the encoded image data.
The Image encoded in the string.