System::Globalization::CompareInfo::GetCompareInfo Methode
Inhalt
[
Ausblenden
]CompareInfo::GetCompareInfo(const String&) method
Liefert CompareInfo, das mit der angegebenen Kultur verknüpft ist.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name)
| Parameter | Typ | Beschreibung |
|---|---|---|
| name | const String& | Kulturname. |
ReturnValue
CompareInfo object.
Siehe auch
- Typedef CompareInfoPtr
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::GetCompareInfo(const String&, const SharedPtr<Reflection::Assembly>&) method
Liefert CompareInfo, das mit der angegebenen Kultur verknüpft ist und Zeichenfolgenvergleichsmethoden in der angegebenen Assembly verwendet.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name, const SharedPtr<Reflection::Assembly> &assembly)
| Parameter | Typ | Beschreibung |
|---|---|---|
| name | const String& | Kulturname. |
| Assembly | const SharedPtr<Reflection::Assembly>& | Assembly, das Zeichenfolgenvergleichsmethoden enthält. |
ReturnValue
CompareInfo object.
Siehe auch
- Typedef CompareInfoPtr
- Class String
- Typedef SharedPtr
- Class Assembly
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::GetCompareInfo(int) method
Liefert CompareInfo, das mit der angegebenen Kultur verknüpft ist.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Kultur | int | Kulturbezeichner (LCID). |
ReturnValue
CompareInfo object.
Siehe auch
- Typedef CompareInfoPtr
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::GetCompareInfo(int, const SharedPtr<Reflection::Assembly>&) method
Liefert CompareInfo, das mit der angegebenen Kultur verknüpft ist und Zeichenfolgenvergleichsmethoden in der angegebenen Assembly verwendet.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture, const SharedPtr<Reflection::Assembly> &assembly)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Kultur | int | Kulturbezeichner (LCID). |
| Assembly | const SharedPtr<Reflection::Assembly>& | Assembly, das Zeichenfolgenvergleichsmethoden enthält. |
ReturnValue
CompareInfo object.
Siehe auch
- Typedef CompareInfoPtr
- Typedef SharedPtr
- Class Assembly
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++