forum

Home / DeveloperSection / Forums / Convert integers to written numbers

Convert integers to written numbers

Anonymous User 2253 27-Dec-2013

Is 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 look-up table?

c# c# 
Updated on 27-Dec-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By