PhoneNumberUtils.IsISODigit(Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if c is ISO-LATIN characters 0-9
[Android.Runtime.Register("isISODigit", "(C)Z", "")]
public static bool IsISODigit (char c);
[<Android.Runtime.Register("isISODigit", "(C)Z", "")>]
static member IsISODigit : char -> bool
Parameters
- c
- Char
Returns
- Attributes
Remarks
True if c is ISO-LATIN characters 0-9
Java documentation for android.telephony.PhoneNumberUtils.isISODigit(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.