Spread for ASP.NET 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 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

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