DesignerAutoFormat::ToString Method ()

 

Returns a string that represents the current DesignerAutoFormat object.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

The Name property of the current DesignerAutoFormat.

The ToString method returns a string that contains the value of the Name property of the DesignerAutoFormat object.

.NET Framework
Available since 2.0
Return to top
Show: