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
Community Additions
ADD
Show: