0
kicks
Advanced Currency Formatting
Converting a number into currency has been made a snap in .NET. When we want to convert/format a number into currency, for example 12345.67 = $12345.67, we can use a really simple function to do the conversion for us. The trick to manipulating your currency beyond the basics is to use the System.Globalization.NumberFormatInfo method...