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

SByteFormatter Class

Efficient formatter for SByte.

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

Fields

Name Description
Instance

The singleton instance of SByteFormatter.

Methods

Name Description
Write(UnsafeStringBuilder, SByte)

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