Determine if the value of a string is an integer.
Returns true if the string is an integer; otherwise, it returns false. If it is passed an object that is not a string, including an integer, an error will be thrown.
Version | Description |
---|---|
5.0 | Added for all editions. |