explicit operator string
This type conversion operator converts the supplied OracleString
to a string
.
Declaration
//C#
public static explicit operator string (OracleString value1);
Parameters
-
value1
The supplied
OracleString
.
Return Value
string
Exceptions
OracleNullValueException
- The OracleString
structure has a null value.