A formatting rule for SByte.

Namespace:  Gallio.Runtime.Formatting
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public sealed class SByteFormattingRule : IFormattingRule
Visual Basic (Declaration)
Public NotInheritable Class SByteFormattingRule _
	Implements IFormattingRule

Remarks

Formats values as two digit signed hex values like "0x55" and "-0x55".

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Formatting..::.SByteFormattingRule

See Also