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