The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
String.Format Method
.NET Framework 2.0
Replaces each format item in a specified String with the text equivalent of a corresponding object's value.
String Members
System Namespace
Object Class
Formatting Types
| Name | Description |
|---|---|
| String.Format (String, Object) | Replaces the format item in a specified String with the text equivalent of the value of a specified Object instance. Supported by the .NET Compact Framework. |
| String.Format (String, Object[]) | Replaces the format item in a specified String with the text equivalent of the value of a corresponding Object instance in a specified array. Supported by the .NET Compact Framework. |
| String.Format (IFormatProvider, String, Object[]) | Replaces the format item in a specified String with the text equivalent of the value of a corresponding Object instance in a specified array. A specified parameter supplies culture-specific formatting information. Supported by the .NET Compact Framework. |
| String.Format (String, Object, Object) | Replaces the format item in a specified String with the text equivalent of the value of two specified Object instances. Supported by the .NET Compact Framework. |
| String.Format (String, Object, Object, Object) | Replaces the format item in a specified String with the text equivalent of the value of three specified Object instances. Supported by the .NET Compact Framework. |
Reference
String ClassString Members
System Namespace
Object Class
Other Resources
Formatting OverviewFormatting Types