System::Globalization::CompareInfo::GetCompareInfo メソッド

CompareInfo::GetCompareInfo(const String&) method

指定されたカルチャに関連付けられた CompareInfo を取得します。

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name)
パラメーター説明
nameconst String&カルチャ名。

ReturnValue

CompareInfo object.

参照

CompareInfo::GetCompareInfo(const String&, const SharedPtr<Reflection::Assembly>&) method

指定されたアセンブリの文字列比較メソッドを使用し、指定されたカルチャに関連付けられた CompareInfo を取得します。

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name, const SharedPtr<Reflection::Assembly> &assembly)
パラメーター説明
nameconst String&カルチャ名。
アセンブリconst SharedPtr<Reflection::Assembly>&文字列比較メソッドを含むアセンブリ。

ReturnValue

CompareInfo object.

参照

CompareInfo::GetCompareInfo(int) method

指定されたカルチャに関連付けられた CompareInfo を取得します。

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture)
パラメーター説明
カルチャintカルチャ識別子 (LCID)。

ReturnValue

CompareInfo object.

参照

CompareInfo::GetCompareInfo(int, const SharedPtr<Reflection::Assembly>&) method

指定されたアセンブリの文字列比較メソッドを使用し、指定されたカルチャに関連付けられた CompareInfo を取得します。

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture, const SharedPtr<Reflection::Assembly> &assembly)
パラメーター説明
カルチャintカルチャ識別子 (LCID)。
アセンブリconst SharedPtr<Reflection::Assembly>&文字列比較メソッドを含むアセンブリ。

ReturnValue

CompareInfo object.

参照