Write(UnsafeStringBuilder, bool)
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
Declaration
public override void Write(UnsafeStringBuilder stringBuilder, bool value)
Parameters
Type | Name | Description |
---|---|---|
UnsafeStringBuilder | stringBuilder | The target UnsafeStringBuilder. |
bool | value | The value to be formatted. |