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

In This Topic
    GetString Method (DB2Xml)
    In This Topic
    Returns a UTF-8 string representing the contents of the DB2Xml object instance.
    Syntax
    'Declaration
     
    Public Function GetString() As String
    public string GetString()

    Return Value

    A UTF-8 string representing the contents of the DB2Xml object instance.
    See Also