BigDecimal.prototype.toString

Returns a string representation of the BigDecimal with infinite precision in base 10.

Syntax

toString()

Return value

A string representing the value.

Examples

123.4567m.toString()
"123.4567"