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

NumberFormatInfo::get_CurrencyPositivePattern method

通貨の正のパターンを取得します。

int System::Globalization::NumberFormatInfo::get_CurrencyPositivePattern() const

ReturnValue

配列 {"$n", “n$”, “$ n”, “n $”} におけるパターンのインデックス。ここで “n” は数値、"$" は通貨記号です。

参照