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

In This Topic
    GetUnicodeBytes Method (OracleJson)
    In This Topic
    Returns the OracleJson contents as an array of bytes in the Unicode 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 the OracleJson.
    See Also