Mega Code Archive

 
Categories / Java Book / 003 Essential Classes
 

0189 Convert to String

String toString() Returns the decimal String representation of this BigInteger. String toString(int radix) Returns the String representation of this BigInteger in the given radix.