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

Syntax

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

Parameters

radix
the radix used to translate the token into a long 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 long 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