ToString
Overrides Object
This method converts the current OracleString
instance to a string
.
Declaration
// C# public override string ToString();
Return Value
A string.
Remarks
If the current OracleString
instance has a null value, the string contains "null"
.