Welcome to Neudesic Blogs Sign in | Join | Help

Tuesday, January 09, 2007 - Posts

Formatting currency according to the 3-character ISO 4217 code

.NET framework provides us with correct currency formatting based on the CultureInfo.NumberFormat settings. There are two ways to change the display of the currency values: 1. Set CurrentCulture on the Thread:    Thread.CurrentThread.CurrentCulture
posted by Michael Morozov | 0 Comments
Attachment(s): currency.zip