Open sandboxFocus

Class UInt32Formatter

A formatter for uint values.

Inheritance
UInt32Formatter
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, uint)

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

Extension Methods