Returns a Boolean value indicating whether an expression can be evaluated as a number.
Syntax:
StrLibObject.StrIsNumeric(Expression As String)
The StrIsNumeric Method (StrLib Object) syntax has these parts:
| Part |
Description |
| StrLibObject |
An object expression that evaluates to a StrLib object. |
Remarks:
IsNumeric returns True if the entire expression is recognized as a number; otherwise, it returns False.