ContactIDCreate(String) Method
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public static ContactID Create(
string text
)
Public Shared Function Create (
text As String
) As ContactID
public:
static ContactID^ Create(
String^ text
)
static member Create :
text : string -> ContactID
- text String
- A String that can be used as identifier.
ContactIDThe newly created
ContactID instance.
If
text represents a
Guid, a
ContactID instance
with this
Guid value will be created. If
text represents an absolute
Uri, a
ContactID instance containing a
Uri will
be created.