Java.Util.Scanner.UseRadix Method
Sets the radix of this Scanner to the specified radix.

Syntax

[Android.Runtime.Register("useRadix", "(I)Ljava/util/Scanner;", "")]
public Scanner UseRadix (int radix)

Parameters

radix
the specified radix to use.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the radix of this Scanner to 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