BigDecimal.toString

BigDecimal.toString

Class Overview | Class Members | This Package | All Packages

Syntax
public String toString()
Description
Returns the string representation of this number. The digit-to- character mapping provided by Character.forDigit is used. The minus sign and decimal point are used to indicate sign and scale. (This representation is compatible with the (String, int) constructor.)

Overrides
toString in class Object