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