Valadoc | Vala | Tutorial | API-References | Markup

prepend


Description:

public unowned StringBuilder prepend (string val)

Adds a string on to the start of a StringBuilder, expanding it if necessary.

Parameters:

val the string to prepend on the start of string

Returns:

string