WebProcessInformation::FormatToString Method (WebEventFormatter^)

 

Formats the application information.

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

public:
void FormatToString(
	WebEventFormatter^ formatter
)

Parameters

formatter
Type: System.Web.Management::WebEventFormatter^

The WebEventFormatter that contains the tab and indentation settings used to format the Web health event information.

The FormatToString method provides a uniform format for event information, which is useful if the event data must be logged and later presented to the user. The method is called internally when the provider invokes one of the ToString methods.

The following example shows how to format custom information.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: