Skip to content

toDecimal

Category: Conversion

Converts the input value to a decimal

  • Return type: Decimal
'123.45'.toDecimal()
123.toDecimal()
'3.14159'.toDecimal()