RomanNumeralsString extension
- on
Methods
-
isValidRomanNumeralValue(
{RomanNumeralsConfig? config}) → bool - Confirms or disconfirms a valid Roman numeral value. This may change for the same String depending on the RomanNumeralsConfig.
-
toRomanNumeralValue(
{RomanNumeralsConfig? config}) → int? -
Create Roman numeral int from String. Rules for creation are read from
the optional
config
.