OracleNumber Explicit Conversion (OracleNumber to Int64)
.NET Framework (current version)
Converts the OracleNumber structure to Int64.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- x
-
Type:
System.Data.OracleClient::OracleNumber
The OracleNumber structure to be converted.
Return Value
Type: System::Int64A new Int64 structure whose value equals the Value of the OracleNumber structure.
The following code example creates an OracleNumber and converts it to an Int32.
.NET Framework
Available since 1.1
Available since 1.1
Show: