System::Globalization::CompareInfo::GetCompareInfo-methode

CompareInfo::GetCompareInfo(const String&) method

Haalt de CompareInfo op die is gekoppeld aan de opgegeven cultuur.

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name)
ParameterTypeBeschrijving
nameconst String&Cultuurnaam.

ReturnValue

CompareInfo object.

Zie ook

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

Haalt de CompareInfo op die is gekoppeld aan de opgegeven cultuur en gebruikmakend van tekenreeksvergelijkingsmethoden in de opgegeven assembly.

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name, const SharedPtr<Reflection::Assembly> &assembly)
ParameterTypeBeschrijving
nameconst String&Cultuurnaam.
assemblyconst SharedPtr<Reflection::Assembly>&Assembly die tekenreeksvergelijkingsmethoden bevat.

ReturnValue

CompareInfo object.

Zie ook

CompareInfo::GetCompareInfo(int) method

Haalt de CompareInfo op die is gekoppeld aan de opgegeven cultuur.

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture)
ParameterTypeBeschrijving
cultuurintCultuuridentificatie (LCID).

ReturnValue

CompareInfo object.

Zie ook

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

Haalt de CompareInfo op die is gekoppeld aan de opgegeven cultuur en gebruikmakend van tekenreeksvergelijkingsmethoden in de opgegeven assembly.

static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture, const SharedPtr<Reflection::Assembly> &assembly)
ParameterTypeBeschrijving
cultuurintCultuuridentificatie (LCID).
assemblyconst SharedPtr<Reflection::Assembly>&Assembly die tekenreeksvergelijkingsmethoden bevat.

ReturnValue

CompareInfo object.

Zie ook