Skip to content

convertsToDecimal

Category: Conversion

Returns true if the input can be converted to a decimal

  • Return type: Boolean
'123.45'.convertsToDecimal()
'abc'.convertsToDecimal()
123.convertsToDecimal()