append_vprintf


Description:

public void append_vprintf (string format, va_list args)

Appends a formatted string onto the end of a StringBuilder.

This function is similar to append_printf except that the arguments to the format string are passed as a va_list.

Parameters:

this

a StringBuilder

format

the string format. See the printf documentation

args

the list of arguments to insert in the output