PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersBoolean­Formatter
Open sandboxFocus

BooleanFormatter Class

A formatter for Boolean values.

Inheritance
BooleanFormatter
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, Boolean)

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