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