PrintfFormat<'Printer, 'State, 'Residue, 'Result, 'Tuple> 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, 'Tuple> The created format string. |
Construct a format string
|
Full Usage: PrintfFormat(value) Parameters:
string - The input string. Returns: PrintfFormat<'Printer, 'State, 'Residue, 'Result, 'Tuple> The created format string. |
Construct a format string
|