System::Globalization::NumberFormatInfo::get_CurrencyNegativePattern metodo
NumberFormatInfo::get_CurrencyNegativePattern method
Ottiene il modello negativo della valuta.
int System::Globalization::NumberFormatInfo::get_CurrencyNegativePattern() const
ReturnValue
Indice del modello nell’array {"($n)", “-$n”, “$-n”, “$n-”, “(n$)”, “-n$”, “n-$”, “n$-”, “-n $”, “-$ n”, “n $-”, “$ n-”, “$ -n”, “n- $”, “($ n)”, “(n $)”}, dove “n” è il numero, “-” è il segno meno e “$” è il simbolo della valuta.
Vedi anche
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Font for C++