PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersByte­Formatter
Open sandboxFocus

ByteFormatter Class

A formatter for System.Byte values.

Inheritance
Formatter<System.Byte>
ByteFormatter
Implements
IFormatter<System.Byte>
IOptionAwareFormatter
IFormatter
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class ByteFormatter : Formatter<byte>, IFormatter<byte>, IOptionAwareFormatter, IFormatter

Fields

Name Description
Instance

The singleton instance of ByteFormatter.

Methods

Name Description
Write(UnsafeStringBuilder, Byte)

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