IsInt
This property indicates whether or not the current instance is an integer value.
Declaration
// C# public bool IsInt {get;}
Property Value
A bool
value that returns true
if the current instance is an integer value; otherwise, returns false
.
Exceptions
OracleNullValueException
- The current instance has a null value.