Click or drag to resize

UtilsImageBase64ToImage Method

Base64s to image.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static Image Base64ToImage(
	string base64String
)

Parameters

base64String
Type: SystemString
The base64 string.

Return Value

Type: Image
Image.
See Also