IsNumeric Function

  • Updated

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.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.