set_CurrencyPositivePattern()

NumberFormatInfo::set_CurrencyPositivePattern(int) method

Sets currency positive pattern.

void System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern(int value)

Arguments

ParameterTypeDescription
valueintIndex of the pattern in array {"$n", "n$", "$ n", "n $"}, where "n" is number and "$" is currency symbol.

See Also