PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersUInt16Formatter
Open sandboxFocus

UInt16Formatter Class

A formatter for System.UInt16 values.

Inheritance
Formatter<System.UInt16>
UInt16Formatter
Implements
IFormatter<System.UInt16>
IOptionAwareFormatter
IFormatter
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, UInt16)

Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).