ContactIDCreate(String) Method
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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.