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.
FormattableString::Format Property
.NET Framework (current version)
Returns the composite format string.
Assembly: mscorlib (in mscorlib.dll)
A composite format string consists of zero or more runs of fixed text intermixed with one or more format items, which are indicated by an index number delimited with brackets (for example, {0}). The index of each format item corresponds to an argument in an object list that follows the composite format string. For example, in the following statement:
the composite format string is "Name = {0}, hours = {1:hh}".
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Available since 10
.NET Framework
Available since 4.6
Show: