dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleJson Structure / Explicit Type Conversion Operator
The OracleJson to be converted.

In This Topic
    Explicit Type Conversion Operator (OracleJson)
    In This Topic
    Converts the OracleJson object to a System.String.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal value As OracleJson _
    ) As String
    public string operator explicit( 
       OracleJson value
    )

    Parameters

    value
    The OracleJson to be converted.

    Return Value

    See Also