Provides methods for converting strings of Chinese numerals to and from integers.
public static class ChineseNumerals
name | description |
---|---|
static MaxValue { get; } | Gets the maximum value that can be represented as a Chinese numeral by this class. |
static MinValue { get; } | Gets the minimum value that can be represented as a Chinese numeral by this class. |
static GetFormatProvider(…) | Returns a format provider that renders integers as Chinese numerals. |
static ToInteger(…) | Gets the numeric value for any single Chinese character. (2 methods) |
static ToString(…) | Gets the string representation of number. |