HtmlUtilClear Method

Clear the contents of the specified string builder.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void Clear(
	StringBuilder builder
)

Parameters

builder  StringBuilder
Reference to the builder to be cleared.

See Also