Método System::Globalization::NumberFormatInfo::set_PercentNegativePattern
NumberFormatInfo::set_PercentNegativePattern method
Establece el patrón negativo de porcentaje.
void System::Globalization::NumberFormatInfo::set_PercentNegativePattern(int value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | int | Índice del patrón en la matriz {"-n %", “-n%”, “-%n”, “%-n”, “%n-”, “n-%”, “n%-”, “-% n”, “n %-”, “% n-”, “% -n”, “n- %”}, donde “n” es número, “%” es el signo de porcentaje y “-” es el signo menos. |
Ver también
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Page for C++