append


Description:

public unowned StringBuilder append (string val)

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

Parameters:

this

a StringBuilder

val

the string to append onto the end of this

Returns:

this