OracleString Explicit Conversion (OracleString to String^)
.NET Framework (current version)
Converts an OracleString to a String.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- x
-
Type:
System.Data.OracleClient::OracleString
The OracleString to be converted.
Return Value
Type: System::String^A String, whose contents are the same as the Value property of the OracleString parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: