dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleString Structure / GetNonUnicodeBytes Method

In This Topic
    GetNonUnicodeBytes Method
    In This Topic
    Retuns the OracleString contents as an array of bytes in the client encoding.
    Syntax
    '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/
    See Also