A formatting rule encapsulates an algorithm for formatting values of particular types to strings for presentation.

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

Syntax

C#
public interface IFormattingRule
Visual Basic (Declaration)
Public Interface IFormattingRule

Remarks

This type is not intended to be used directly by clients. Instead refer to IFormatter for a simpler abstraction that wraps IFormattingRule.

See Also