System.Web.Management.WebEventFormatter.ToString Method

Returns the event information in string format.

Syntax

public string ToString ()

Returns

The event information.

Remarks

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

Requirements

Namespace: System.Web.Management
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0