OracleNumber::Value Property
.NET Framework (current version)
Gets the value of the OracleNumber structure. This property is read-only.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Property Value
Type: System::DecimalA number in the range -79,228,162,514,264,337,593,543,950,335 through 79,228,162,514, 264,337,593,543,950,335.
If you attempt to retrieve a value outside the allowable range, Oracle returns the "OCI-22053: overflow error" message. Use the ToString method to retrieve such values.
.NET Framework
Available since 1.1
Available since 1.1
Show: