Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

IsNumeric Function

Class

Microsoft.VisualBasic.Information

Syntax

Dim result As Boolean = IsNumeric(expression)

expression (required; any)

The expression to be examined for numeric content

Description

The IsNumeric function determines whether expression can be evaluated as a number (true) or not (False).

Категории