A formatting rule for Boolean.

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

Syntax

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

Remarks

Formats values as "true" or "false".

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Formatting..::.BooleanFormattingRule

See Also