System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern Methode

NumberFormatInfo::set_CurrencyPositivePattern method

Legt das positive Währungsformat fest.

void System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern(int value)
ParameterTypBeschreibung
WertintIndex des Musters im Array {"$n", “n$”, “$ n”, “n $”}, wobei “n” die Zahl und “$” das Währungssymbol ist.

Siehe auch