PhoneNumberUtils.IsReallyDialable(Char) Method

Definition

True if c is ISO-LATIN characters 0-9, *, # , + (no WILD)

[Android.Runtime.Register("isReallyDialable", "(C)Z", "")]
public static bool IsReallyDialable (char c);
[<Android.Runtime.Register("isReallyDialable", "(C)Z", "")>]
static member IsReallyDialable : char -> bool

Parameters

c
Char

Returns

Attributes

Remarks

True if c is ISO-LATIN characters 0-9, *, # , + (no WILD)

Java documentation for android.telephony.PhoneNumberUtils.isReallyDialable(char).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to