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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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