System::Globalization::NumberFormatInfo::set_CurrencyNegativePattern metodo
NumberFormatInfo::set_CurrencyNegativePattern method
Imposta il modello negativo della valuta.
void System::Globalization::NumberFormatInfo::set_CurrencyNegativePattern(int value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | int | 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++