C# 2.0 Amount In Words
I have translated Terry Voss’ VB.NET 57 to Fifty Seven to C# 2.0 and also extended it somewhat. You can now change the currency units via the MajorCurrencyUnitSingular, MajorCurrencyUnitPlural, MinorCurrencyUnitSingular and MinorCurrencyUnitPlural properties/parameters. With the plural and singular forms, it should be able to handle a wide range of currencies such as the pound sterling and the Malaysian ringgit. Example usage included in source code.
Comments: