| StringFormat Method |
| Name | Description | |
|---|---|---|
| Format(String, Object) | Replaces one or more format items in a specified string with the string representation of a specified object. | |
| Format(String, Object) | Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. | |
| Format(IFormatProvider, String, Object) | Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. A specified parameter supplies culture-specific formatting information. | |
| Format(String, Object, Object) | Replaces the format items in a specified string with the string representation of two specified objects. | |
| Format(String, Object, Object, Object) | Replaces the format items in a specified string with the string representation of three specified objects. |