Enum OutputNumeralType
The type of output numeral parsed numbers should be put into.
For instance, Greek numerals are traditionally romanized as Roman numerals except for when in
official/government documents.
Namespace: Romanization
Assembly: Romanization.NET.dll
Syntax
public enum OutputNumeralType : int
Fields
Name | Description |
---|---|
Arabic | The numeral system of much of the world. |
Roman | The numeral system of Rome, still often used today for names etc. |