MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersIFormatterFormat
Open sandboxFocus

Method Format

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.