A formatter for ulong values.
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, ulong) | Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant). |