Share via


PhoneNumberUtils.Is12Key(Char) Method

Definition

True if c is ISO-LATIN characters 0-9, *, #

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

Parameters

c
Char

Returns

Attributes

Remarks

True if c is ISO-LATIN characters 0-9, *, #

Java documentation for android.telephony.PhoneNumberUtils.is12Key(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