toDecimal
toDecimal()
Section titled “toDecimal()”Category: Conversion
Converts the input value to a decimal
Signature
Section titled “Signature”- Return type:
Decimal
Examples
Section titled “Examples”'123.45'.toDecimal()123.toDecimal()'3.14159'.toDecimal()