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