Click or drag to resize

UtilsImageImageToBase64 Method (String)

Convert a picture to a base64 string

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

Parameters

filePath
Type: SystemString
The file path.

Return Value

Type: String
System.String.
See Also