ShopToolsUtilGetDataUri(FileInfo) Method
Return a reference to a Data URI created from the specified binary
file.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static string GetDataUri(
FileInfo file
)
Public Shared Function GetDataUri (
file As FileInfo
) As String
No code example is currently available or this language may not be supported.
- file FileInfo
-
Reference to a file to load.
String
Fully prepared data URI.