System::Globalization::CompareInfo::GetCompareInfo-methode
inhoud
[
verbergen
]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)
| Parameter | Type | Beschrijving |
|---|---|---|
| name | const String& | Cultuurnaam. |
ReturnValue
CompareInfo object.
Zie ook
- Typedef CompareInfoPtr
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| name | const String& | Cultuurnaam. |
| assembly | const SharedPtr<Reflection::Assembly>& | Assembly die tekenreeksvergelijkingsmethoden bevat. |
ReturnValue
CompareInfo object.
Zie ook
- Typedef CompareInfoPtr
- Class String
- Typedef SharedPtr
- Class Assembly
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::GetCompareInfo(int) method
Haalt de CompareInfo op die is gekoppeld aan de opgegeven cultuur.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture)
| Parameter | Type | Beschrijving |
|---|---|---|
| cultuur | int | Cultuuridentificatie (LCID). |
ReturnValue
CompareInfo object.
Zie ook
- Typedef CompareInfoPtr
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| cultuur | int | Cultuuridentificatie (LCID). |
| assembly | const SharedPtr<Reflection::Assembly>& | Assembly die tekenreeksvergelijkingsmethoden bevat. |
ReturnValue
CompareInfo object.
Zie ook
- Typedef CompareInfoPtr
- Typedef SharedPtr
- Class Assembly
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++