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

In This Topic
    GetNonUnicodeBytes Method (OracleJson)
    In This Topic
    Returns the OracleJson 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 the OracleJson.
    See Also