Valadoc | Vala | Tutorial | API-References | Markup

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

Returns:

the new StringBuilder