System.Globalization Namespace NumberFormatInfo Class
Sets or retrieves the number of decimal places to use in percent values.
[ VB ] public Property PercentDecimalDigits As Integer [ C# ] public int PercentDecimalDigits {get; set;} [ C++ ] public: __property int get_PercentDecimalDigits ( ); public: __property void set_PercentDecimalDigits ( int ); [ JScript ] function get PercentDecimalDigits ( ) : int; public function set PercentDecimalDigits ( int );
The number of decimal places to use in percent values. The default for InvariantInfo is 2.
NumberFormatInfo Members PercentDecimalSeparator PercentGroupSeparator PercentGroupSizes PercentSymbol PercentNegativePattern PercentPositivePattern CurrencyDecimalDigits NumberDecimalDigits
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note