| UtilsImageImageToBase64 Method (Image) |
Images to base64.
Namespace:
QsGemBox
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public static string ImageToBase64(
Image image
)
Public Shared Function ImageToBase64 (
image As Image
) As String
public:
static String^ ImageToBase64(
Image^ image
)
static member ImageToBase64 :
image : Image -> string
Parameters
- image
- Type: System.DrawingImage
The image.
Return Value
Type:
StringSystem.String.
See Also