ToString Method (DB2Int32)
                In This Topic
            
            Converts the current 
DB2Int32 structure to a 
System.String.
Syntax
            
            
            
            
            'Declaration
 
Public Overrides Function ToString() As String
             
        
            
            public override string ToString()
             
        
             
        
            
            
            Return Value
A 
System.String representing the 
DB2Int32 structure.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also