static public method NumerationFormatter.ToRoman
Changes the item numbering style to Roman numbers.
string
ToRoman (int number, bool isUpper)
number
The number of the item in the list.
isUpper
The value is True for the uppercase Roman numbers.
True
Declared in NumerationFormatter