Contents

formattingContext

A description of where the formatted string will appear, allowing the formatter to capitalize the output appropriately.

Declaration

var formattingContext: Formatter.Context { get set }

Discussion

The default value is Formatter.Context.unknown. For additional details about specifying contexts, see Formatter.Context.

See Also

Configuring Formatter Options