Spread Windows Forms 7.0 Product Documentation
IsNumber Method
See Also  Support Options
FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CalcConvert Class : IsNumber Method


value
Value of which to determine data type

Glossary Item Box

Determines whether the specified value is a numeric data type.

Syntax

Visual Basic (Declaration) 
Public Shared Function IsNumber( _
   ByVal value As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim value As Object
Dim value As Boolean
 
value = CalcConvert.IsNumber(value)
C# 
public static bool IsNumber( 
   object value
)

Parameters

value
Value of which to determine data type

Return Value

True if the value is numeric; otherwise false

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.