Header menu logo FSharp.Core

PrintfFormat<'Printer, 'State, 'Residue, 'Result> Type

Type of a formatting expression.

Constructors

Constructor Description

PrintfFormat(value, captures, captureTys)

Full Usage: PrintfFormat(value, captures, captureTys)

Parameters:
    value : string - The input string.
    captures : obj 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

value : string

The input string.

captures : obj 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.

PrintfFormat(value)

Full Usage: PrintfFormat(value)

Parameters:
    value : string - The input string.

Returns: PrintfFormat<'Printer, 'State, 'Residue, 'Result> The PrintfFormat containing the formatted result.

Construct a format string

value : string

The input string.

Returns: PrintfFormat<'Printer, 'State, 'Residue, 'Result>

The PrintfFormat containing the formatted result.

Instance members

Instance member Description

this.CaptureTypes

Full Usage: this.CaptureTypes

Returns: Type array

The capture types associated with an interpolated string.

Returns: Type array

this.Captures

Full Usage: this.Captures

Returns: obj array

The captures associated with an interpolated string.

Returns: obj array

this.Value

Full Usage: this.Value

Returns: string

The raw text of the format string.

Returns: string

Type something to start searching.