FSharp.Core


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

Type of a formatting expression.

Instance members

Instance member Description

this.CaptureTypes

Full Usage: this.CaptureTypes

Returns: Type[]

The capture types associated with an interpolated string.

Returns: Type[]

this.Captures

Full Usage: this.Captures

Returns: obj[]

The captures associated with an interpolated string.

Returns: obj[]

this.Value

Full Usage: this.Value

Returns: string

The raw text of the format string.

Returns: string