System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern method

NumberFormatInfo::set_CurrencyPositivePattern method

Sets currency positive pattern.

void System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern(int value)
ParameterTypeDescription
valueintIndex of the pattern in array {"$n", “n$”, “$ n”, “n $”}, where “n” is number and “$” is currency symbol.

See Also