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

On this page
    GetNonUnicodeBytes Method (OracleJson)
    On this page
    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