This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
StringBuilder..::.AppendFormat Method
Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a corresponding object argument.

Overload List
|
| Name | Description |
|---|
.gif) | AppendFormat(String, Object) | Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a single argument. |
.gif) .gif) .gif) | AppendFormat(String, array<Object>[]()[]) | Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array. |
.gif) .gif) .gif) | AppendFormat(IFormatProvider, String, array<Object>[]()[]) | Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array using a specified format provider. |
.gif) | AppendFormat(String, Object, Object) | Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of either of two arguments. |
.gif) | AppendFormat(String, Object, Object, Object) | Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of either of three arguments. |
Top

See Also