Decimal to Word

Tech-Archive recommends: Speed Up your PC by fixing your registry



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


.