HtmlUtilClear Method
Clear the contents of the specified string builder.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void Clear(
StringBuilder builder
)
Public Shared Sub Clear (
builder As StringBuilder
)
No code example is currently available or this language may not be supported.
Parameters
- builder StringBuilder
-
Reference to the builder to be cleared.