toRadixString abstract method

String toRadixString(
  1. int radix
)

Returns a string representing the value of this integer in the given radix.

Implementation

String toRadixString(int radix);