Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
glib-2.0
GLib
StringBuilder
StringBuilder
StringBuilder.sized
append
append_c
append_len
append_printf
append_unichar
append_vprintf
assign
erase
insert
insert_unichar
prepend
prepend_c
prepend_len
prepend_unichar
printf
truncate
vprintf
allocated_len
len
str
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