Click or drag to resize

UtilsImageImageToBase64(Image) Method

Images to base64.

Namespace: QsGemBox
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public static string ImageToBase64(
	Image image
)

Parameters

image  Image
The image.

Return Value

String
System.String.
See Also