Show / Hide Table of Contents

Class SpellingOptions

The options to apply when SpellingFormatter a number.

Inheritance
Object
SpellingOptions
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
Assembly: Sepia.Globalization.dll
Syntax
public class SpellingOptions

Fields

| Improve this Doc View Source

Default

The default spelling options.

Declaration
public static readonly SpellingOptions Default
Field Value
Type Description
SpellingOptions

Properties

| Improve this Doc View Source

Style

The rules for spelling out a numeric quantity.

Declaration
public SpellingStyle Style { get; set; }
Property Value
Type Description
SpellingStyle

The default value is Cardinal.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX