Valadoc | Vala | Tutorial | API-References | Markup

append


Description:

public unowned StringBuilder append (string val)

Adds a string onto the end of a StringBuilder, expanding it if necessary.

Parameters:

val the string to append onto the end of string

Returns:

string