Open sandboxFocus

Class Int64Formatter

Efficient formatter for long.

Inheritance
Int64Formatter
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class Int64Formatter : Formatter<long>, IFormatter<long>, IOptionAwareFormatter, IFormatter

Fields

Name Description
Instance

The singleton instance of Int64Formatter.

Methods

Name Description
Write(UnsafeStringBuilder, long)

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

Extension Methods