An abstract reader for vCard and vCard-like file formats.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Collapse imageSyntax

C#
public abstract class vCardReader
Visual Basic
Public MustInherit Class vCardReader
Visual C++
public ref class vCardReader abstract

Collapse imageRemarks

The Warnings property is a string collection containing a description of each warning encountered during the read process. An implementor of a card reader should populate this collection as the vCard data is being parsed.

Collapse imageInheritance Hierarchy

System..::..Object
  vCards..::..vCardReader
    vCards..::..vCardStandardReader

Collapse imageSee Also