A default formatting rule for objects based on using the IConverter to convert the value to a string.

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

Syntax

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

Remarks

This rule has minimum priority so that all other formatting rules should override it in principle.

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Formatting..::.ConvertToStringFormattingRule

See Also