toBigDecimalOrNull
Parses the string as a java.math.BigDecimal number and returns the result or null
if the string is not a valid representation of a number.
Since Kotlin
1.2Parses the string as a java.math.BigDecimal number and returns the result or null
if the string is not a valid representation of a number.
Since Kotlin
1.2Parameters
mathContext
specifies the precision and the rounding mode.
Throws
if the rounding is needed, but the rounding mode is java.math.RoundingMode.UNNECESSARY.