Java.Util.Scanner.InvokeHasNextInt Method
Returns whether the next token can be translated into a valid int value in the specified radix.

Syntax

[Android.Runtime.Register("hasNextInt", "(I)Z", "")]
public bool InvokeHasNextInt (int radix)

Parameters

radix
the radix used to translate the token into an int value.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the Scanner has been closed.

Remarks

Returns whether the next token can be translated into a valid int value in the specified radix.

[Android Documentation]

Requirements

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