get_CurrencyPositivePattern()

NumberFormatInfo::get_CurrencyPositivePattern() const method

Gets currency positive pattern.

int System::Globalization::NumberFormatInfo::get_CurrencyPositivePattern() const

Return Value

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

See Also