System::Globalization::NumberFormatInfo::set_PercentNegativePattern メソッド
NumberFormatInfo::set_PercentNegativePattern method
パーセントの負のパターンを設定します。
void System::Globalization::NumberFormatInfo::set_PercentNegativePattern(int value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | int | 配列 {"-n %", "-n%", "-%n", "%-n", "%n-", "n-%", "n%-", "-% n", "n %-", "% n-", "% -n", "n- %"} のパターンのインデックスで、"n" は数値、"%" はパーセント記号、"-" はマイナス記号です。 |
参照
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Page for C++