ShopToolsUtilIsDataUri Method
Return a value indicating whether the caller's string is a DataURI.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static bool IsDataUri(
string dataUri
)
Public Shared Function IsDataUri (
dataUri As String
) As Boolean
No code example is currently available or this language may not be supported.
- dataUri String
-
String to test for DataURI.
Boolean
True if the value is a DataURI. Otherwise, false.