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

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