6.1.2.7.1.8 IsNumeric

Function Declaration

 Function IsNumeric(Arg As Variant) As Boolean 

Parameter

Description

Arg

Any data value.

 

Runtime Semantics.

§ IsNumeric returns True if the value type of the data value of Arg is any of Byte, Currency, Decimal, Double, Integer, Long, LongLong, Single, or Boolean. Otherwise, it returns False.