append_printf


Description:

[ PrintfFormat ]
public void append_printf (string format, ...)

Appends a formatted string onto the end of a StringBuilder.

This function is similar to printf except that the text is appended to the StringBuilder.

Parameters:

this

a StringBuilder

format

the string format. See the printf documentation

...

the parameters to insert into the format string