| UtilsImageImageToBase64(String) Method |
Convert a picture to a base64 string
Namespace: QsGemBoxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.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 String
- The file path.
Return Value
StringSystem.String.
See Also