StringBuilder.AppendFormat Method
.NET Framework 2.0
Appends a formatted string, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument.
StringBuilder Members
System.Text Namespace
| Name | Description |
|---|---|
| StringBuilder.AppendFormat (String, Object) | Appends a formatted string, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument. |
| StringBuilder.AppendFormat (String, Object[]) | Appends a formatted string, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument. |
| StringBuilder.AppendFormat (IFormatProvider, String, Object[]) | Appends a formatted string, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument. Supported by the .NET Compact Framework. |
| StringBuilder.AppendFormat (String, Object, Object) | Appends a formatted string, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument. |
| StringBuilder.AppendFormat (String, Object, Object, Object) | Appends a formatted string, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument. |
Reference
StringBuilder ClassStringBuilder Members
System.Text Namespace