Character.MaxRadix Field
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.
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.