NumWordOpts Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
NoSeparators | 1 | Do not include standard separators between number parts (e.g. comma in English). | |
NoTerminalAnd | 2 | Do not include a terminal AND (as in English 'one hundred twenty-seven thousand AND thirty-one'). | |
UseNonTerminalAnds | 4 | Do include non-terminal ANDs (as in English 'one hundred AND twenty-seven thousand and thirty-one'). | |
TitleCase | 8 | Use title case (e.g. 'Twenty-Three' instead of 'twenty-three'). | |
UseAbsoluteValue | 16 | If negative, return the words for the corresponding positive number. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.