Returns a string that represents the current object.
            
            
            
            
            
            
            
            Public Overloads Overrides Function ToString() As String
             
        
            
            Dim instance As Integer
Dim value As String
 
value = instance.ToString()
             
        
            
            public override string ToString()
             
        
            
            public: string* ToString(); override 
             
        
            
            public:
String^ ToString(); override 
             
        
             
        
            
            
            Return Value
A string that represents the current object.