FromRomanNumeral
FromRomanNumeral(roman-number-string)
converts the given
roman-number-string
to an integer number.
See
Examples
>> FromRomanNumeral("MDCLXVI")1666
Zeros are represented by N
>> FromRomanNumeral("N")0
Related terms
Implementation status
- ✅ - full supported