The vCardStandardReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
vCardStandardReader |
Initializes a new instance of the vCardStandardReader.
|
Methods
Name | Description | |
---|---|---|
DecodeBase64(array<Char>[]()[][]) |
Converts BASE64 data that has been stored in a
character array.
| |
DecodeBase64(String) |
Decodes a string containing BASE64 characters.
| |
DecodeEmailAddressType |
Parses the name of an email address type.
| |
DecodeEscaped |
Decodes a string that has been encoded with the standard
vCard escape codes.
| |
DecodeHexadecimal |
Converts a single hexadecimal character to
its integer value.
| |
DecodeQuotedPrintable |
Decodes a string that has been encoded in 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.) | |
IsHexDigit |
Indicates whether the specified character is
a hexadecimal digit.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ParseDate |
Parses a string containing a date/time value.
| |
ParseDeliveryAddressType(String) |
Parses the type of postal address.
| |
ParseDeliveryAddressType(array<String>[]()[][]) |
Parses a string array containing one or more
postal address types.
| |
ParseEncoding |
Parses an encoding name (such as "BASE64") and returns
the corresponding vCardEncoding value.
| |
ParsePhoneType(String) |
Parses the name of a phone type and returns the
corresponding vCardPhoneTypes value.
| |
ParsePhoneType(array<String>[]()[][]) |
Decodes the bitmapped phone type given an array of
phone type names.
| |
Read |
Reads a vCard from the specified input stream.
(Inherited from vCardReader.) | |
ReadInto(vCard, TextReader) |
Reads a vCard (VCF) file from an input stream.
(Overrides vCardReader..::..ReadInto(vCard, TextReader).) | |
ReadInto(vCard, vCardProperty) |
Updates a vCard object based on the contents of a vCardProperty.
| |
ReadProperty(TextReader) |
Reads a property from a text reader.
| |
ReadProperty(String) |
Reads a property from a string.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Warnings |
A collection of warning messages.
(Inherited from vCardReader.) |