Returns a string representation of the BigDecimal with infinite precision in base 10.
BigDecimal
toString()
A string representing the value.
123.4567m.toString()
"123.4567"