IsNumeric Function

   
IsNumeric Function

Class

Microsoft.VisualBasic.Information

Syntax

 IsNumeric(   expression   ) 
expression (required; any expression)

Return Value

Boolean

Description

Determines whether expression can be evaluated as a number

Rules at a Glance

If the expression passed to IsNumeric evaluates to a number, True is returned; otherwise , IsNumeric returns False .

Programming Tips and Gotchas

If expression is a date or time, IsNumeric evaluates to False .

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net