ChineseNumeralFormat enumeration

The different types of Chinese numerals.

public enum ChineseNumeralFormat

Values

name value description
Normal 0 The normal representation of a chinese numeral. Traditional and Simplified Chinese use the same characters for the values we care about.
FinancialTraditional 1 The financial traditional representation of a Chinese numeral.
FinancialSimplified 2 The financial simplified representation of a Chinese numeral.

See Also