The vCardStandardWriter type exposes the following members.
Methods
Name | Description | |
---|---|---|
EncodeBase64(Byte) |
Converts a byte to a BASE64 string.
| |
EncodeBase64(array<Byte>[]()[][]) |
Converts a byte array to a BASE64 string.
| |
EncodeBase64(Int32) |
Converts an integer to a BASE64 string.
| |
EncodeEscaped(String) |
Encodes a string using simple escape codes.
| |
EncodeEscaped(String, array<Char>[]()[][]) |
Encodes a character array using simple escape sequences.
| |
EncodeProperty(vCardProperty) |
Returns property encoded into a standard vCard NAME:VALUE format.
| |
EncodeProperty(vCardProperty, String) | ||
EncodeQuotedPrintable |
Converts a string to quoted-printable format.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Write(vCard, TextWriter, String) |
Writes a vCard to an output text writer.
(Overrides vCardWriter..::..Write(vCard, TextWriter, String).) | |
Write(vCard, String, String) |
Writes the vCard to the specified filename.
(Inherited from vCardWriter.) | |
Write(vCardPropertyCollection, TextWriter, String) |
Writes a collection of vCard properties to an output text writer.
|