dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Xml Structure / ToString Method

In This Topic
    ToString Method (DB2Xml)
    In This Topic
    Converts the specified DB2Xml 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