The vCardStandardWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
vCardStandardWriter |
Creates a new instance of the standard writer.
|
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.
|
Properties
Name | Description | |
---|---|---|
EmbedInternetImages |
Indicates whether images that reference Internet
URLs should be embedded in the output. If not,
then a URL is written instead.
| |
EmbedLocalImages |
Indicates whether or not references to local
images should be embedded in the vCard. If not,
then a local file reference is written instead.
| |
Options |
Extended options for the vCard writer.
| |
ProductId |
The product ID to use when writing a vCard.
| |
Warnings |
A collection of warning messages that were generated
during the output of a vCard.
(Inherited from vCardWriter.) |