ShopToolsUtilIsDataUri Method

Return a value indicating whether the caller's string is a DataURI.

Definition

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

Parameters

dataUri  String
String to test for DataURI.

Return Value

Boolean
True if the value is a DataURI. Otherwise, false.

See Also