Convert Numbers to Words in C# May 24, 2009 C#   CODE SNIPPETS

Use the below code to convert numbers to words and currency to word programatically (Check the code below). Instead you can create a DLL and use it or whatever the way you like.

Usage:

Number to word conversion

Download: Num2Wrd.cs (8.30 kb)