Replaces each format item in a specified
String with the text equivalent of a corresponding object's value.
|
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.
|