static public method NumerationFormatter.ToCyrillic

Brief

Changes the item numbering style to Cyrillic letters.

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

Parameters
number

The number of the item in the list.

isUpper

The value is True for the uppercase Cyrillic letters.

Declared in NumerationFormatter

back