StringBuilder


Description:

public StringBuilder (string init = "")

Creates a new StringBuilder, initialized with the given string.

Parameters:

init

the initial text to copy into the string, or null to start with an empty string

Returns:

the new StringBuilder