Header menu logo FSharp.Core

StringFormat<'T, 'Result> Type

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

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.