Loads a new instance of the vCard class from a text file.

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

Syntax

C#
public vCard(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)
Visual C++
public:
vCard(
	String^ path
)

Parameters

path
Type: System..::..String
The path to a text file containing vCard data in any recognized vCard format.

See Also