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

UInt64Formatter Class

A formatter for System.UInt64 values.

Inheritance
Formatter<System.UInt64>
UInt64Formatter
Implements
IFormatter<System.UInt64>
IOptionAwareFormatter
IFormatter
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class UInt64Formatter : Formatter<ulong>, IFormatter<ulong>, IOptionAwareFormatter, IFormatter

Fields

Name Description
Instance

The singleton instance of UInt64Formatter.

Methods

Name Description
Write(UnsafeStringBuilder, UInt64)

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