In my application, i want to transfer a bill amount in word
representation.
Example,
Number is 1,12,23,453 and i want to dispaly "one crore twelve lakhs
twenty three thousand four hundred fifty three"
Do you have any idea to implement it?
Daniel Pitts - 21 Dec 2006 19:38 GMT
> In my application, i want to transfer a bill amount in word
> representation.
> Example,
> Number is 1,12,23,453 and i want to dispaly "one crore twelve lakhs
> twenty three thousand four hundred fifty three"
> Do you have any idea to implement it?
Sounds like you want us to solve
http://acm.uva.es/p/v101/10101.html
There isn't a standard way to do it, you just have to handle every case.