Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcConvert Class / IsNumber Method
Value of which to determine data type


In This Topic
IsNumber Method
In This Topic
Determines whether the specified value is a numeric data type.
Syntax
'Declaration
 
Public Shared Function IsNumber( _
   ByVal value As Object _
) As Boolean
 
'Usage
 
Dim value As Object
Dim value As Boolean
 
value = CalcConvert.IsNumber(value)

Parameters

value
Value of which to determine data type

Return Value

True if the value is numeric; otherwise false
See Also