Determines whether a string is a valid representation of a number in the current locale.
lsIsNumeric(String)
returns boolean
Name | Type | Required | Default | Description |
---|---|---|---|---|
String | string | Yes |
Check whether the string is number or not in locale
lsIsNumeric('Ten')
Check whether the string is number or not in locale
lsIsNumeric('4678')