This method returns a decimal value.
Declaration
// C#
public decimal Value {get;}
Property Value
A decimal value.
Exceptions
OracleNullValueException - The current instance has a null value.
OverFlowException - The decimal cannot represent the supplied OracleDecimal structure.
Remarks
Precision can be lost when the decimal value is obtained from an OracleDecimal. See Remarks under "OracleDecimal Structure" for further information.