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
© 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