WebEventFormatter::ToString Method ()

 

Returns the event information in string format.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
String^ ToString()

Return Value

Type: System::String^

The event information.

The WebEventFormatter uses an internal StringBuilder variable to store the event information. This ToString method allows you to get all the information in a string format.

.NET Framework
Available since 2.0
Return to top
Show: