CharFormatter Class |
A formatter for Char values.
System.Object
PostSharp.Patterns.Formatters.Formatter<Char>
PostSharp.Patterns.Formatters.CharFormatter
PostSharp.Patterns.Formatters.Formatter<Char>
PostSharp.Patterns.Formatters.CharFormatter
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class CharFormatter : Formatter<char>
The CharFormatter type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets the formatter attributes.
(Inherited from Formatter<T>.) |
Name | Description | |
---|---|---|
WithOptions | (Overrides Formatter<T>.WithOptions(FormattingOptions).) | |
Write(UnsafeStringBuilder, Char) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Overrides Formatter<T>.Write(UnsafeStringBuilder, T).) | |
Write(UnsafeStringBuilder, Object) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Inherited from Formatter<T>.) |
Name | Description | |
---|---|---|
Instance |
The singleton instance of CharFormatter.
|