Click or drag to resize

UtilsImageImageToBase64(String) Method

Convert a picture to a base64 string

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

Parameters

filePath  String
The file path.

Return Value

String
System.String.
See Also