OracleNumber Explicit Conversion (Int32 to OracleNumber)
.NET Framework (current version)
Converts the supplied Int32 structure to an OracleNumber structure.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- x
-
Type:
System::Int32
The integer structure to be converted.
Return Value
Type: System.Data.OracleClient::OracleNumberA new OracleNumber structure whose Value property equals the value of the Int32 structure.
.NET Framework
Available since 1.1
Available since 1.1
Show: