-
Namespace:
FSharp.Core
-
Assembly: FSharp.Core.dll
-
Parent Module:
Printf
-
Abbreviation For:
Format<'T, unit, string, 'Result>
-
Base Type:
obj
Represents a statically-analyzed format when formatting builds a string. The first type parameter indicates the
arguments of the format operation and the last the overall return type.
Instance members
|
Instance member
|
Description
|
|
|
The capture types associated with an interpolated string.
-
Returns:
Type array
|
|
|
The captures associated with an interpolated string.
-
Returns:
objnull array
|
|
|
The raw text of the format string.
-
Returns:
string
|