[]
Checks whether object represents numeric value, i.e. it is byte, integer, float etc.
public static bool IsNumber(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj | Object to check. |
| Type | Description |
|---|---|
| bool | true if object represents numeric value, false otherwise. |