System::Globalization::NumberFormatInfo::set_PercentNegativePattern method
NumberFormatInfo::set_PercentNegativePattern method
Sets percent negative pattern.
void System::Globalization::NumberFormatInfo::set_PercentNegativePattern(int value)
| Parameter | Type | Description | 
|---|---|---|
| value | int | Index of the pattern in array {"-n %", “-n%”, “-%n”, “%-n”, “%n-”, “n-%”, “n%-”, “-% n”, “n %-”, “% n-”, “% -n”, “n- %”}, where “n” is number, “%” is percent sign and “-” is minus sign. | 
See Also
- Class NumberFormatInfo
 - Namespace System::Globalization
 - Library Aspose.Page for C++