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. |
A string representing the number in a the format for the given numeralFormat.
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | Value must be greater than or equal to MinValue and less than or equal to MaxValue. |