Scanner.UseRadix(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.