[]
        
Creates an image from the specified serialized base-64 encoded string.
public static Image DeserializeImage(string base64)Public Shared Function DeserializeImage(base64 As String) As Image| Type | Name | Description | 
|---|---|---|
| string | base64 | base-64 string | 
| Type | Description | 
|---|---|
| Image | A Image object. |