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