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