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