VBScript IsNumeric Function
The IsNumeric function returns a Boolean value indicating whether a specified expression can be evaluated as a number. It returns True if the expression can be evaluated as a number, otherwise it returns False.
Note: If the expression is a date, the IsNumeric function will return False.
Syntax
| Parameter | Description |
|---|---|
| expression | Required. An expression. |
Example
Example
The above example output: