ToString Method (RtfNumWordsField)
 
            
                In This Topic
            
            Every object in C# inherits the ToString method, which returns a string representation of that object.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Function ToString() As String
             
        
            
            public virtual string ToString()
             
        
             
        
            
            
            Return Value
The string representation of that object.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also