OracleNumber Explicit Conversion (OracleNumber to Int32)
.NET Framework (current version)
Converts the OracleNumber structure to Int32.
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::Int32A new Int32 structure whose value equals the Value of the OracleNumber structure.
.NET Framework
Available since 1.1
Available since 1.1
Show: