ShopToolsUtilGetDataUri(FileInfo) Method

Return a reference to a Data URI created from the specified binary file.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string GetDataUri(
	FileInfo file
)

Parameters

file  FileInfo
Reference to a file to load.

Return Value

String
Fully prepared data URI.

See Also