In This Topic
Checks whether object represents numeric value, i.e. it is byte, integer, float etc.
Syntax
'Declaration
Public Shared Function IsNumber( _
ByVal As Object _
) As Boolean
public static bool IsNumber(
object
)
Parameters
- obj
- Object to check.
Return Value
true if object represents numeric value, false otherwise.
See Also