System.Globalization Namespace NumberFormatInfo Class
Sets or retrieves the number of decimal places to use in numeric values.
[ VB ] public Property NumberDecimalDigits As Integer [ C# ] public int NumberDecimalDigits {get; set;} [ C++ ] public: __property int get_NumberDecimalDigits ( ); public: __property void set_NumberDecimalDigits ( int ); [ JScript ] function get NumberDecimalDigits ( ) : int; public function set NumberDecimalDigits ( int );
The number of decimal places to use in numeric values. The default for InvariantInfo is 2.
The below shows the NumberDecimalDigits used for each of the available cultures.
Show me
NumberFormatInfo Members NumberDecimalSeparator NumberGroupSeparator NumberGroupSizes NaNSymbol NumberNegativePattern CurrencyDecimalDigits 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