PhoneNumberUtils.IsNonSeparator(Char) Method

Definition

True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE

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

Parameters

c
Char

Returns

Attributes

Remarks

True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE

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