WinUI | ComponentOne
C1.WinUI.DateTimeEditors Assembly / C1.WinUI.DateTimeEditors Namespace / C1DateTimePicker Class / ToString Method
In This Topic
    ToString Method (C1DateTimePicker)
    In This Topic
    Provides a text representation of the DateTime property.
    Syntax
    public override string ToString()

    Return Value

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