FolkerKinzel.VCards
C#
VB
C++
F#
Show/Hide TOC
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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
Copy
public
enum
Enc
VB
Copy
Public
Enumeration
Enc
C++
Copy
public
enum class
Enc
F#
Copy
type
Enc
Members
Base64
0
B
,
BASE64
: Base64
(2,3)
QuotedPrintable
1
QUOTED-PRINTABLE
: Quoted Printable
(2)
Ansi
2
8BIT
: 8-Bit charset
(2)
See Also
Reference
FolkerKinzel.VCards.Enums Namespace
In This Article
Definition
Members
See Also