How can I convert an integer into its verbal representation?

Posted by Malfist on Stack Overflow See other posts from Stack Overflow or by Malfist
Published on 2009-02-16T19:35:35Z Indexed on 2010/04/30 3:37 UTC
Read the original article Hit count: 315

Filed under:
|
|
|
|

Is there a library or a class/function that I can use to convert an integer to it's verbal representation?

Example input: 4,567,788

Example output: Four million, Five hundred sixty-seven thousand, seven hundred eighty-eight

For reference, I am using C# and .NET 3.5.

© Stack Overflow or respective owner

Related posts about .net-3.5

Related posts about c#