ChineseNumerals.ToString method

Gets the string representation of number.

public static string ToString(int number, ChineseNumeralFormat numeralFormat)
parameter description
number The number to convert.
numeralFormat The numeral format to create the string in.

Return Value

A string representing the number in a the format for the given numeralFormat.

Exceptions

exception condition
ArgumentOutOfRangeException Value must be greater than or equal to MinValue and less than or equal to MaxValue.

See Also