System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern メソッド

NumberFormatInfo::set_CurrencyPositivePattern method

通貨の正のパターンを設定します。

void System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern(int value)
パラメーター説明
valueint配列 {"$n", “n$”, “$ n”, “n $”} におけるパターンのインデックス。ここで “n” は数値、"$" は通貨記号です。

参照