Character.MinRadix Field

Definition

The minimum radix available for conversion to and from strings.

[Android.Runtime.Register("MIN_RADIX")]
public const int MinRadix = 2;
[<Android.Runtime.Register("MIN_RADIX")>]
val mutable MinRadix : int

Field Value

Value = 2
Attributes

Remarks

The minimum radix available for conversion to and from strings. The constant value of this field is the smallest value permitted for the radix argument in radix-conversion methods such as the digit method, the forDigit method, and the toString method of class Integer.

Java documentation for java.lang.Character.MIN_RADIX.

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