A formatter for bool values.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class BooleanFormatter : Formatter<bool>, IFormatter<bool>, IOptionAwareFormatter, IFormatter
Fields
Name | Description |
---|---|
Instance | The singleton instance of BooleanFormatter. |
Methods
Name | Description |
---|---|
Write(UnsafeStringBuilder, bool) | Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant). |