convertsToDecimal
convertsToDecimal()
Section titled “convertsToDecimal()”Category: Conversion
Returns true if the input can be converted to a decimal
Signature
Section titled “Signature”- Return type:
Boolean
Examples
Section titled “Examples”'123.45'.convertsToDecimal()'abc'.convertsToDecimal()123.convertsToDecimal()