A rule-based formatter uses a set of IFormattingRules to format values appropriately.

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

Syntax

C#
public class RuleBasedFormatter : IFormatter
Visual Basic (Declaration)
Public Class RuleBasedFormatter _
	Implements IFormatter

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Formatting..::.RuleBasedFormatter
    Gallio.Runtime.Formatting..::.StubFormatter

See Also