MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersIFormatter
Open sandboxFocus

IFormatter Interface

Appends the description of an object into an UnsafeStringBuilder. Weakly-typed variant of IFormatter<T>.

Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public interface IFormatter

Properties

Name Description
Attributes

Gets the formatter attributes.

Repository

Gets the IFormatterRepository which current IFormatter uses to get formatters for other types.

Methods

Name Description
Format(UnsafeStringBuilder, Object)

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

Extension Methods

FormatterExtensions.WithOptions(IFormatter, FormattingOptions)