vprintf


Description:

public void vprintf (string format, va_list args)

Writes a formatted string into a StringBuilder.

This function is similar to 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 parameters to insert into the format string