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

UInt32Formatter Class

A formatter for System.UInt32 values.

Inheritance
Formatter<System.UInt32>
UInt32Formatter
Implements
IFormatter<System.UInt32>
IOptionAwareFormatter
IFormatter
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class UInt32Formatter : Formatter<uint>, IFormatter<uint>, IOptionAwareFormatter, IFormatter

Fields

Name Description
Instance

The singleton instance of UInt32Formatter.

Methods

Name Description
Write(UnsafeStringBuilder, UInt32)

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