dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class / ToString Method

In This Topic
    ToString Method (OracleXml)
    In This Topic
    Converts the specified OracleXml object to a System.String representing XML data.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A System.String object containing XML data.
    See Also