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