static public method NumerationFormatter.GetFormattedNumber

Brief

Gets the formatted number of an item in a specified numbering style.

Declaration
C#
string  GetFormattedNumber (int number, Gehtsoft.PDFFlow.Models.Enumerations.NumerationStyle numerationStyle)

Parameters
number

The number of the item in the list.

numerationStyle

The numbering style.

Declared in NumerationFormatter

back