DataType Enumeration

Named constants to specify the type of data embedded in a "data" URL.

Definition

Namespace: FolkerKinzel.DataUrls
Assembly: FolkerKinzel.DataUrls (in FolkerKinzel.DataUrls.dll) Version: 1.0.0+b1c843815044ca6fd87a144c9ff16386002c6473
C#
public enum DataType

Members

Text0 The embedded data represents a String.
Binary4 The embedded data represents a Byte array that can't be converted to a String.

See Also