static public method NumerationFormatter.ToRoman

Brief

Changes the item numbering style to Roman numbers.

Declaration
C#
string  ToRoman (int number, bool isUpper)

Parameters
number

The number of the item in the list.

isUpper

The value is True for the uppercase Roman numbers.

Declared in NumerationFormatter

back