UtilsImage.ImageToBase64 Method (String)

QsInformatica.Utils

UtilsImageImageToBase64 Method (String)

Convert a picture to a base64 string

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static string ImageToBase64(
	string filePath
)
Public Shared Function ImageToBase64 ( 
	filePath As String
) As String
public:
static String^ ImageToBase64(
	String^ filePath
)
static member ImageToBase64 : 
        filePath : string -> string 

Parameters

filePath
Type: SystemString
The file path.

Return Value

Type: String
System.String.
See Also