public static ContactID Create(
string text
)Public Shared Function Create (
text As String
) As ContactIDpublic:
static ContactID^ Create(
String^ text
)static member Create :
text : string -> ContactID | ArgumentNullException | text is null. |
| ArgumentException | text is an empty String or consists only of white space. |