CNPhoneNumber.PhoneNumberWithStringValue(String) Method

Definition

Factory method to create a phone number from the stringValue (see C:Contacts.CNPhoneNumber(System.String)).

[Foundation.Export("phoneNumberWithStringValue:")]
public static Contacts.CNPhoneNumber PhoneNumberWithStringValue (string stringValue);
static member PhoneNumberWithStringValue : string -> Contacts.CNPhoneNumber

Parameters

stringValue
String

Returns

Attributes

Applies to