Android.Text.TextUtils.IsDigitsOnly Method
Returns whether the given CharSequence contains only digits.

Syntax

[Android.Runtime.Register("isDigitsOnly", "(Ljava/lang/CharSequence;)Z", "")]
public static bool IsDigitsOnly (Java.Lang.ICharSequence str)

Parameters

str
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns whether the given CharSequence contains only digits.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1