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

In This Topic
    GetUnicodeBytes Method
    In This Topic
    Retuns the OracleString contents as an array of bytes in the client encoding.
    Syntax
    'Declaration
     
    Public Function GetUnicodeBytes() As Byte()
    public byte[] GetUnicodeBytes()

    Return Value

    The array of bytes in the Unicode encoding that represents the contents of OracleString/
    See Also