GetCompareInfo()
Contents
[
Hide
]CompareInfo::GetCompareInfo(int, const SharedPtr<Reflection::Assembly>&) method
Gets CompareInfo associated with the specified culture and using string comparison methods in the specified assembly.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture, const SharedPtr<Reflection::Assembly> &assembly)
Arguments
Parameter | Type | Description |
---|---|---|
culture | int | Culture identifier (LCID). |
assembly | const SharedPtr<Reflection::Assembly>& | Assembly that contains string comparison methods. |
Return Value
CompareInfo object.
CompareInfo::GetCompareInfo(const String&, const SharedPtr<Reflection::Assembly>&) method
Gets CompareInfo associated with the specified culture and using string comparison methods in the specified assembly.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name, const SharedPtr<Reflection::Assembly> &assembly)
Arguments
Parameter | Type | Description |
---|---|---|
name | const String& | Culture name. |
assembly | const SharedPtr<Reflection::Assembly>& | Assembly that contains string comparison methods. |
Return Value
CompareInfo object.
CompareInfo::GetCompareInfo(int) method
Gets CompareInfo associated with the specified culture.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture)
Arguments
Parameter | Type | Description |
---|---|---|
culture | int | Culture identifier (LCID). |
Return Value
CompareInfo object.
CompareInfo::GetCompareInfo(const String&) method
Gets CompareInfo associated with the specified culture.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name)
Arguments
Parameter | Type | Description |
---|---|---|
name | const String& | Culture name. |
Return Value
CompareInfo object.
See Also
- Typedef CompareInfoPtr
- Typedef SharedPtr
- Class Assembly
- Class CompareInfo
- Class String
- Namespace System::Globalization
- Library Aspose.Slides