System.Globalization Namespace NumberFormatInfo Class
Indicates the number of decimal places to use in currency values.
[ VB ] public Property CurrencyDecimalDigits As Integer [ C# ] public int CurrencyDecimalDigits {get; set;} [ C++ ] public: __property int get_CurrencyDecimalDigits ( ); public: __property void set_CurrencyDecimalDigits ( int ); [ JScript ] function get CurrencyDecimalDigits ( ) : int; public function set CurrencyDecimalDigits ( int );
The number of decimal places to use in currency values. The default for InvariantInfo is 2.
The below shows the CurrencyDecimalDigits used for each of the available cultures.
Show me
NumberFormatInfo Members CurrencyDecimalSeparator CurrencyGroupSeparator CurrencyGroupSizes CurrencySymbol CurrencyNegativePattern CurrencyPositivePattern NumberDecimalDigits PercentDecimalDigits
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph