Returns a string that represents the current object.

Namespace:  Greatis.GradientControls
Assembly:  Greatis.GradientControls (in Greatis.GradientControls.dll)

Syntax

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

Return Value

A string that represents the current object.

See Also