System::Globalization::NumberFormatInfo::get_CurrencyPositivePattern Methode

NumberFormatInfo::get_CurrencyPositivePattern method

Gibt das positive Währungsmuster zurück.

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

ReturnValue

Index des Musters im Array {"$n", “n$”, “$ n”, “n $”}, wobei “n” die Zahl und “$” das Währungssymbol ist.

Siehe auch