[]
Converts an image into the base 64 string.
public static string ImageToBase64String(Image image)
| Type | Name | Description |
|---|---|---|
| Image | image | The image to convert. |
| Type | Description |
|---|---|
| string | The string representation, in base 64, of the contents of an image. |