Package-level declarations
Functions
Link copied to clipboard
fun String.safeToBigDecimal(defaultValue: BigDecimal, mathContext: MathContext? = null): Serializable
Parses the string as a java.math.BigDecimal number and returns the result.
Link copied to clipboard
Parses the string as a java.math.BigInteger number and returns the result.
Link copied to clipboard
Parses the string as an Double number and returns the result.
Link copied to clipboard
Parses the string as an Float number and returns the result.
Link copied to clipboard
Parses the string as an Long number and returns the result.