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