Enc Enumeration

Named constants to specify the encoding of the value of a vCard property.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public enum Enc

Members

Base640B, BASE64: Base64 (2,3)
QuotedPrintable1QUOTED-PRINTABLE: Quoted Printable (2)
Ansi28BIT: 8-Bit charset (2)

See Also