ShopToolsUtilClear Method

Clear the contents of the specified string builder.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static void Clear(
	StringBuilder builder
)

Parameters

builder  StringBuilder
Reference to the string builder to clear.

See Also