MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersIFormatterFormat
Open sandboxFocus

IFormatter.Format Method

Format(UnsafeStringBuilder, Object)

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

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

The target UnsafeStringBuilder.

System.Object value

The value to be formatted.