[]
Determines whether the specified numeric value is formatted as numeric.
bool IsFormattedAsNumeric(double number)
Function IsFormattedAsNumeric(number As Double) As Boolean
| Type | Name | Description |
|---|---|---|
| double | number | A double value indicates the number. |
| Type | Description |
|---|---|
| bool |
|