toRadixString abstract method Null safety
- int radix
Returns a string representing the value of this integer in the given radix.
radix
must be an integer in the range 2 .. 16, inclusive.
Implementation
String toRadixString(int radix);
Returns a string representing the value of this integer in the given radix.
radix
must be an integer in the range 2 .. 16, inclusive.
String toRadixString(int radix);