Enum SpellingStyle
Determines the rules for SpellingFormatter a numeric quantity into words.
Namespace: Sepia.Globalization.Numbers
Assembly: Sepia.Globalization.dll
Syntax
public enum SpellingStyle
Fields
Name | Description |
---|---|
Cardinal | A number that says how many of something there are, such as one, two, three, four, five in English. |
Ordinal | A number that tells the position of something in a list, such as first, second, third in English. |