HtmlUtilClear Method

Clear the contents of the specified string builder.

Definition

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

Parameters

builder  StringBuilder
Reference to the builder to be cleared.

See Also