GetNonUnicodeBytes
This method returns an array of bytes, containing the contents of the OracleString
, in the client character set format.
Declaration
// C# public byte[] GetNonUnicodeBytes();
Return Value
A byte array that contains the contents of the OracleString
in the client character set format.
Remarks
If the current instance has a null value, an OracleNullValueException
is thrown.