System::Globalization::NumberFormatInfo::get_CurrencyPositivePattern method

NumberFormatInfo::get_CurrencyPositivePattern method

Gets currency positive pattern.

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

ReturnValue

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

See Also