Decimal to Word

A

Aamir Mahmood

Hi,

Does anybody know about any library that can convert a decimal into words.

For example:

decimal d = 34251.78;
string s = DecimalToWord(d) ;

's' should look like "Thirty Four Thousand Two Hundred Fifty One And 78/100"

I need this to for my module that prints checks.

I can write it by myself, but I don't want to re-invent the wheel.

Thanks.

AM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top