August 2001
Intermediate to advanced
656 pages
18h 5m
English
IsNumeric Function
Microsoft.VisualBasic.Information
IsNumeric(expression)expression
Use: Required
Data Type: Any expression
Boolean
Determines whether expression can be
evaluated as a number
If the expression passed to IsNumeric evaluates
to a number, True is returned; otherwise,
IsNumeric returns False.
If expression is a date or time,
IsNumeric evaluates to False.
Read now
Unlock full access