ContactIDCreate(String) Method

Creates a new ContactID instance from a specified String.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public static ContactID Create(
	string text
)

Parameters

text  String
A String that can be used as identifier.

Return Value

ContactID
The newly created ContactID instance.

Exceptions

ArgumentNullExceptiontext is null.
ArgumentExceptiontext is an empty String or consists only of white space.

See Also