System::Globalization::NumberFormatInfo::set_NumberNegativePattern metodo
NumberFormatInfo::set_NumberNegativePattern method
Imposta il modello negativo del numero.
void System::Globalization::NumberFormatInfo::set_NumberNegativePattern(int value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | int | Indice del modello nell’array {"(n)", “-n”, “- n”, “n-”, “n -”}, dove “n” è il numero e “-” è il segno meno. |
Vedi anche
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Font for C++