Open sandboxFocus

Class ByteFormatter

A formatter for byte values.

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

Extension Methods