GetNonUnicodeBytes Method (OracleString)
Returns the
OracleString contents as an array of bytes in the client encoding.
'Declaration
Public Function GetNonUnicodeBytes() As Byte()
public byte[] GetNonUnicodeBytes()
Return Value
The array of bytes in the client encoding that represents the contents of
OracleString.