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: 2.0.7+f420e766440407ca7bfdc5c20bddf380fd0dd65f
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