System.Globalization Namespace NumberFormatInfo Class
Sets or retrieves the format pattern for negative percent values.
[ VB ] public Property PercentNegativePattern As Integer [ C# ] public int PercentNegativePattern {get; set;} [ C++ ] public: __property int get_PercentNegativePattern ( ); public: __property void set_PercentNegativePattern ( int ); [ JScript ] function get PercentNegativePattern ( ) : int; public function set PercentNegativePattern ( int );
The format pattern for negative percent values. The default for InvariantInfo is 0, which represents "-n %", where "%" is the PercentSymbol and n is a number.
This property can have one of the values in the following table. The symbol "%" is the PercentSymbol, the symbol "-" is the NegativeSign, and n is a number.
NumberFormatInfo Members PercentDecimalDigits PercentDecimalSeparator PercentGroupSeparator PercentGroupSizes PercentSymbol PercentPositivePattern CurrencyNegativePattern NumberNegativePattern
© 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