Class SpellingOptions
The options to apply when SpellingFormatter a number.
Inherited Members
Namespace: Sepia.Globalization.Numbers
Assembly: Sepia.Globalization.dll
Syntax
public class SpellingOptions
Fields
| Improve this Doc View SourceDefault
The default spelling options.
Declaration
public static readonly SpellingOptions Default
Field Value
Type | Description |
---|---|
SpellingOptions |
Properties
| Improve this Doc View SourceStyle
The rules for spelling out a numeric quantity.
Declaration
public SpellingStyle Style { get; set; }
Property Value
Type | Description |
---|---|
SpellingStyle | The default value is Cardinal. |