[]
Converts the specified string, which encodes binary data as base-64 digits into the Image object.
public static Image ImageFromBase64String(string base64String)
| Type | Name | Description |
|---|---|---|
| string | base64String | The string to convert. |
| Type | Description |
|---|---|
| Image | The image. |