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

UInt64Formatter Class

A formatter for UInt64 values.

Inheritance
UInt64Formatter
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).