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