StaticconvertConvert a numeric value to a Roman numeral string.
Value between 0 and 3999 (inclusive) to convert.
Output styling to apply; defaults to ASCII letters.
The Roman numeral representation of input in the desired style.
StaticconvertParse a string and convert it to a Roman numeral string.
String containing a base-10 integer representation.
Output styling to apply; defaults to ASCII letters.
The Roman numeral representation of the parsed number.
Utilities for converting numbers into Unicode Roman numerals.