RomanNumerals class

Static utility class for converting between Arabic Numerals and Roman Numerals.

public static class RomanNumerals

Public Members

name description
const MaxValue Represents the largest possible integer that can be converted to a Roman Numeral.
const MinValue Represents the smallest possible integer that can be converted to a Roman Numeral.
static IntegerToRoman(…) Returns the roman numeral equivalent of an integer.
static RomanToInteger(…) Calculates the integer equivalent of a multi character roman numeral. (2 methods)

See Also