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

In This Topic
    ToString Method (OracleJson)
    In This Topic
    Converts the current OracleJson object to a System.String.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A System.String with the same value as the OracleJson structure.
    See Also