PrintfFormat<'Printer, 'State, 'Residue, 'Result> Type
Type of a formatting expression.
Constructors
Constructor |
Description
|
Full Usage:
PrintfFormat(value, captures, captureTys)
Parameters:
string
-
The input string.
captures : objnull array
-
The captured expressions in an interpolated string.
captureTys : Type array
-
The types of expressions for %A expression gaps in interpolated string.
Returns: PrintfFormat<'Printer, 'State, 'Residue, 'Result>
The PrintfFormat containing the formatted result.
|
Construct a format string
|
Full Usage:
PrintfFormat(value)
Parameters:
string
-
The input string.
Returns: PrintfFormat<'Printer, 'State, 'Residue, 'Result>
The PrintfFormat containing the formatted result.
|
Construct a format string
|
Instance members
Instance member |
Description
|
|
|
|
|
|
The raw text of the format string.
|