VCard Parser(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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected VCardParser(
VCard vCard
)VB
Protected Sub New (
vCard As VCard
)C++
protected:
VCardParser(
VCard^ vCard
)F#
new :
vCard : VCard -> VCardParserParameters
- vCard VCard
- The existing vCard instance
Remarks
The properties in the passed vCard will be cleared
Exceptions
| ArgumentNullException | This is thrown if the specified vCard object is null |