是否有一种将整数转换为书写数字的有效方法,例如:
string Written = IntegerToWritten(21);
将返回"二十一".
有没有办法做到这一点,不涉及一个庞大的查找表?
c# integer
c# ×1
integer ×1