A formatting rule for Decimal.

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

Syntax

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

Remarks

Formats values like: "5.6m".

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Formatting..::.DecimalFormattingRule

See Also