How would I go about turning an int such as 55 into string “Fifty Five” and being able to compare the two?
You might use a C# Hashtable and store all the values predefined, say from 0-100. The hash can be the int, the text can be the value of the hashtable …