how to write the code to convert integer value to string (for example 45 is convert to fourty five and four five
how to write the code to convert integer value to string (for example 45 is convert to fourty five and four five
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Sep 13, 2012, 2:28 PM
This thread contains links to my own efforts which can deal with the US, UK and Indian numbering systems:
http://www.c-sharpcorner.com/Forums/Thread/185425/i-arrived-the-net-pay-amount-that-should-want-in-words-a.aspx
To represent (for example) 45 as Four Five rather than Forty Five is relatively easy. Here's a method which does it:
Santhosh Kumar JayaramanPosted Sep 13, 2012, 7:51 AM