ShopToolsUtilGetBitmapFromDataUri Method

Return a bitmap image from the specified Data URI.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static Bitmap GetBitmapFromDataUri(
	string dataUri
)

Parameters

dataUri  String
Reference to the Data URI to parse.

Return Value

Bitmap
Reference to a new Bitmap image representing the provided Data URI, if valid. Otherwise, null.

See Also