Character.MaxRadix Field

Definition

The maximum radix available for conversion to and from strings.

[Android.Runtime.Register("MAX_RADIX")]
public const int MaxRadix = 36;
[<Android.Runtime.Register("MAX_RADIX")>]
val mutable MaxRadix : int

Field Value

Value = 36
Attributes

Remarks

The maximum radix available for conversion to and from strings. The constant value of this field is the largest 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.MAX_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