Spread for ASP.NET 8.0 Product Documentation
IsNumber Method


Value of which to determine data type
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)
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

Reference

CalcConvert Class
CalcConvert Members

 

 


Copyright © GrapeCity, inc. All rights reserved.