Scanner.UseRadix(Int32) Method

Definition

Sets this scanner's default radix to the specified radix.

[Android.Runtime.Register("useRadix", "(I)Ljava/util/Scanner;", "")]
public Java.Util.Scanner? UseRadix (int radix);
[<Android.Runtime.Register("useRadix", "(I)Ljava/util/Scanner;", "")>]
member this.UseRadix : int -> Java.Util.Scanner

Parameters

radix
Int32

The radix to use when scanning numbers

Returns

this scanner

Attributes

Remarks

Java documentation for java.util.Scanner.useRadix(int).

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.

Applies to