System::Globalization::CompareInfo::GetCompareInfo Methode

CompareInfo::GetCompareInfo(const String&) method

Ruft das CompareInfo ab, das mit der angegebenen Kultur verknüpft ist.

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name)
ParameterTypBeschreibung
Nameconst String&Kulturname.

ReturnValue

CompareInfo object.

Siehe auch

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

Ruft das CompareInfo ab, das mit der angegebenen Kultur verknüpft ist und String-Vergleichsmethoden in der angegebenen Assembly verwendet.

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name, const SharedPtr<Reflection::Assembly> &assembly)
ParameterTypBeschreibung
Nameconst String&Kulturname.
assemblyconst SharedPtr<Reflection::Assembly>&Assembly, das Methoden zum Vergleich von Zeichenketten enthält.

ReturnValue

CompareInfo object.

Siehe auch

CompareInfo::GetCompareInfo(int) method

Ruft das CompareInfo ab, das mit der angegebenen Kultur verknüpft ist.

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture)
ParameterTypBeschreibung
KulturintKulturbezeichner (LCID).

ReturnValue

CompareInfo object.

Siehe auch

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

Ruft das CompareInfo ab, das mit der angegebenen Kultur verknüpft ist und String-Vergleichsmethoden in der angegebenen Assembly verwendet.

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture, const SharedPtr<Reflection::Assembly> &assembly)
ParameterTypBeschreibung
KulturintKulturbezeichner (LCID).
assemblyconst SharedPtr<Reflection::Assembly>&Assembly, das Methoden zum Vergleich von Zeichenketten enthält.

ReturnValue

CompareInfo object.

Siehe auch