VCardParser(VCard) Constructor

This version of the constructor is used when parsing vCard data that is to be stored in an existing vCard instance.

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected VCardParser(
	VCard vCard
)

Parameters

vCard  VCard
The existing vCard instance

Remarks

The properties in the passed vCard will be cleared

Exceptions

ArgumentNullExceptionThis is thrown if the specified vCard object is null

See Also