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