PhoneDialer.Open(String) Method

Definition

Open the phone dialer to a specific phone number.

public static void Open (string number);

Parameters

number
System.String

Phone number to initialize the dialer with. Example 15555555555

Remarks

Throws ArgumentNullException if number is not valid.

Throws FeatureNotSupportedException if placing phone call is not supported on the device.

Applies to