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

NumberFormatInfo::get_PercentPositivePattern method

パーセンテージの正のパターンを取得します。

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

ReturnValue

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

参照