ToString Method (C1DateSelector)
 
            
                In This Topic
            
            Converts the 
SelectedDate property value to its equivalent string representation.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overrides Function ToString() As String
             
        
            
            public override string ToString()
             
        
             
        
            
            
            Return Value
A string representation of the 
SelectedDate property value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also