[]
Determines whether the specified value is a numeric data type.
public static bool IsNumber(object value)
Public Shared Function IsNumber(value As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | value | Value of which to determine data type |
| Type | Description |
|---|---|
| bool | True if the value is numeric; otherwise false |