Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Overriding the default currancy format


Message #1 by "Brandon Levitt" <levittbr@m...> on Wed, 28 Nov 2001 15:11:03
With the following line of code...

System.Globalization.NumberFormatInfo.CurrentInfo.CurrencyDecimalDigits = 0

...I can override the number of digits following the decimal point on a 
per page basis where ever the "{c}" formatting string is used.

I would like to do this for the whole application.  What are my options?

TIA

  Return to Index