Search Results for

    Show / Hide Table of Contents

    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.
    Example: 267.5

    Roman

    The numeral system of Rome, still often used today for names etc.
    Example: CCLXVIIS

    • Improve this Doc
    • View Source
    In This Article
    Back to top Romanization.NET