VCardBuilderCreate(VCard) Method

Returns a VCardBuilder that edits the VCard object that is passed to the method as argument.

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public static VCardBuilder Create(
	VCard vCard
)

Parameters

vCard  VCard
The VCard object to edit.

Return Value

VCardBuilder
The VCardBuilder that that edits the vCard.

Exceptions

ArgumentNullExceptionvCard is null.

See Also