MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersIFormatter<T>Format
Open sandboxFocus

IFormatter<T>.Format Method

Format(UnsafeStringBuilder, T)

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

Declaration
void Format(UnsafeStringBuilder stringBuilder, T value)
Parameters
Type Name Description
UnsafeStringBuilder stringBuilder

The target UnsafeStringBuilder.

T value

The value to be formatted.