[]
Gets the base-64 string encoding for the byte array serialization of the image.
public static string GetBase64String(Image image)
Public Shared Function GetBase64String(image As Image) As String
Type | Name | Description |
---|---|---|
Image | image | Image |
Type | Description |
---|---|
string | The base-64 string encoding. |