I am in the midst of a program to convert number into words.
I am getting an error : Input string was not in a correct format
These are my codes:-
My error comes in these line:-
int number = Convert.ToInt32(txtNetAmount.Text.ToString()); // error line
frm.Report.SetText(axFpColm, axFpRow, "In words: " +objConv.NumberToWords(number));
Please help me to solve this problem.

Ajay YadavPosted Oct 28, 2014, 11:31 PM
Ramesh MaruthiPosted Aug 16, 2014, 10:20 AM
Once look at Humainzer it's awesome to do this kind of things, no need of writing any code :)
VulpesPosted Aug 16, 2014, 5:59 AM
http://www.c-sharpcorner.com/Forums/Thread/263117/converting-one-hundred-trillion-digits-to-text.aspx
Ankur JainPosted Aug 16, 2014, 4:55 AM
try like this..
Design page
Code Bheind: