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.
| format | the string format. See the printf documentation |
| args | the parameters to insert into the format string |