Returns true if a value is or can be converted to a number without error.
Syntax
|
Returns true if a value is or can be converted to a number without error. |
|
IsNumeric(value) |
|
Arguments: |
|
|
value |
Expression - A value. |
Remarks
- Example: IsNumeric(1) returns true.
- Example: IsNumeric("1") returns true.
- Example: IsNumeric("hello") returns false.
Comments
0 comments
Article is closed for comments.