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