Provides a text representation of the selected date.

Namespace:  C1.Silverlight.DateTimeEditors
Assembly:  C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String

Return Value

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

See Also