ShopToolsUtilGetDataUri(String, Byte) Method
Return a reference to a Data URI created from the provided binary data
loaded in association with a named file.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static string GetDataUri(
string extension,
byte[] data
)
Public Shared Function GetDataUri (
extension As String,
data As Byte()
) As String
No code example is currently available or this language may not be supported.
- extension String
-
File extension used to establish the MIME type.
- data Byte
-
Binary data to convert.
String
Fully prepared data URI.