How can i convert Words (one,two,three) to numbers(1,2,3)

Sep 3 2008 5:09 PM

Hi all,

i am trying to convert words( i.e one,two,three....) to numbers(1,2,3....).Convert.ToInt32 or Parse did not work. Can anybody please guide me how can i achieve that.

Thanks a lot in advance.


Answers (1)