Creates a new instance of the standard writer.

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

Syntax

C#
public vCardStandardWriter()
Visual Basic
Public Sub New
Visual C++
public:
vCardStandardWriter()

Remarks

The standard writer is configured to create vCard files in the highest supported version. This is currently version 3.0.

See Also