The vCardStandardWriter type exposes the following members.

Methods

  NameDescription
Public methodStatic memberEncodeBase64(Byte)
Converts a byte to a BASE64 string.
Public methodStatic memberEncodeBase64(array<Byte>[]()[][])
Converts a byte array to a BASE64 string.
Public methodStatic memberEncodeBase64(Int32)
Converts an integer to a BASE64 string.
Public methodEncodeEscaped(String)
Encodes a string using simple escape codes.
Public methodStatic memberEncodeEscaped(String, array<Char>[]()[][])
Encodes a character array using simple escape sequences.
Public methodEncodeProperty(vCardProperty)
Returns property encoded into a standard vCard NAME:VALUE format.
Public methodEncodeProperty(vCardProperty, String)
Public methodStatic memberEncodeQuotedPrintable
Converts a string to quoted-printable format.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWrite(vCard, TextWriter, String)
Writes a vCard to an output text writer.
(Overrides vCardWriter..::..Write(vCard, TextWriter, String).)
Public methodWrite(vCard, String, String)
Writes the vCard to the specified filename.
(Inherited from vCardWriter.)
Public methodWrite(vCardPropertyCollection, TextWriter, String)
Writes a collection of vCard properties to an output text writer.

See Also