Converting Numbers into word form

How would I convert (for example) 1 to “One” or 50 to “Fifty”? Is this possible without creating a dictionary and going through it?

From my knowledge it’s not possible

1 Like

I think you will have to use a dictionary.

Maybe this post will help you : A code to convert from numbers to English words, any improvements?

You will need to figure out a way to do the opposite from word to number.