ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / ToString Method

In This Topic
    ToString Method (C1DatePicker)
    In This Topic
    Provides a text representation of the selected date.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A text representation of the selected date, or an empty string if SelectedDate is a null reference.
    See Also