Returns a String that represents the current Object.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.8.1425.0 (4.8.1425.0)

Syntax

C#
public override string ToString()
Visual Basic (Declaration)
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

A String that represents the current Object.

See Also