Character.MAX_RADIX
Class Overview | Class Members |
This Package |
All Packages
Syntax
public static final int MAX_RADIX
Description
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.
See Also
digit, forDigit, toString, valueOf