|
3 |
Only question that uses this tag.
|
||
|
2 |
Added tags
|
||
|
1 |
|
||
C# Convert Integers into Written NumbersIs there an efficient method of converting an integer into the written numbers for example: String Written = IntegerToWritten(21); would return "Twenty One" Is there any way of doing this that doesn't involve a massive lookup table?
|
||||
