| UtilsImageImageToBase64 Method (String) |
Convert a picture to a base64 string
Namespace:
QsGemBox
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.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:
StringSystem.String.
See Also