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

UInt64Formatter.Write Method

Write(UnsafeStringBuilder, UInt64)

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

Declaration
public override void Write(UnsafeStringBuilder stringBuilder, ulong value)
Parameters
Type Name Description
UnsafeStringBuilder stringBuilder

The target UnsafeStringBuilder.

System.UInt64 value
Overrides
PostSharp.Patterns.Formatters.Formatter<System.UInt64>.Write(PostSharp.Patterns.Formatters.UnsafeStringBuilder, System.UInt64)