[]
Determines if the specified value is interpreted as a data hole.
public bool IsHole(object value)
Type | Name | Description |
---|---|---|
object | value |
Type | Description |
---|---|
bool | A boolean value indicating whether the specified value is interpreted as a data hole. |
The value is automatically converted to the internal data type based upon the data type of the value specified. The value is then compared to the stored data hole. Note that invalid floating point data values such as NaN are treated as hole values.