Show / Hide Table of Contents

Class RbnfContext

The context for formatting a rule based number.

Inheritance
Object
RbnfContext
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sepia.Globalization.Numbers.Rules
Assembly: Sepia.Globalization.dll
Syntax
public class RbnfContext

Properties

| Improve this Doc View Source

Locale

The fall-back Locale.

Declaration
public Locale Locale { get; set; }
Property Value
Type Description
Locale
| Improve this Doc View Source

Number

The number being processed.

Declaration
public decimal Number { get; set; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

Ruleset

The current rule set.

Declaration
public Ruleset Ruleset { get; set; }
Property Value
Type Description
Ruleset
| Improve this Doc View Source

RulesetGroup

The group of rule sets to use.

Declaration
public RulesetGroup RulesetGroup { get; set; }
Property Value
Type Description
RulesetGroup
| Improve this Doc View Source

Text

The generated format of the number.

Declaration
public StringBuilder Text { get; }
Property Value
Type Description
StringBuilder
  • Improve this Doc
  • View Source
Back to top Generated by DocFX