MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersIFormatter<T>
Open sandboxFocus

IFormatter<T> Interface

Appends the description of an object into an UnsafeStringBuilder. Strongly-typed variant of IFormatter.

Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public interface IFormatter<in T> : IFormatter
Type Parameters
Name Description
T

Type of values that can be formatted.

Methods

Name Description
Format(UnsafeStringBuilder, T)

Appends the description of an object into given UnsafeStringBuilder (strongly-typed variant).

Extension Methods

FormatterExtensions.WithOptions<T>(IFormatter<T>, FormattingOptions)
FormatterExtensions.WithOptions(IFormatter, FormattingOptions)