System::Globalization::CompareInfo::GetCompareInfo metodu
İçindekiler
[
Saklamak
]CompareInfo::GetCompareInfo(const String&) method
Belirtilen kültürle ilişkili CompareInfo alır.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name)
| Parameter | Type | Açıklama |
|---|---|---|
| ad | const String& | Kültür adı. |
ReturnValue
CompareInfo object.
Ayrıca Bakınız
- Typedef CompareInfoPtr
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::GetCompareInfo(const String&, const SharedPtr<Reflection::Assembly>&) method
Belirtilen kültürle ilişkili ve belirtilen derlemede dize karşılaştırma metodlarını kullanan CompareInfo alır.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name, const SharedPtr<Reflection::Assembly> &assembly)
| Parameter | Type | Açıklama |
|---|---|---|
| ad | const String& | Kültür adı. |
| derleme | const SharedPtr<Reflection::Assembly>& | Dize karşılaştırma metodlarını içeren derleme. |
ReturnValue
CompareInfo object.
Ayrıca Bakınız
- Typedef CompareInfoPtr
- Class String
- Typedef SharedPtr
- Class Assembly
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::GetCompareInfo(int) method
Belirtilen kültürle ilişkili CompareInfo alır.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture)
| Parameter | Type | Açıklama |
|---|---|---|
| kültür | int | Kültür tanımlayıcısı (LCID). |
ReturnValue
CompareInfo object.
Ayrıca Bakınız
- Typedef CompareInfoPtr
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::GetCompareInfo(int, const SharedPtr<Reflection::Assembly>&) method
Belirtilen kültürle ilişkili ve belirtilen derlemede dize karşılaştırma metodlarını kullanan CompareInfo alır.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture, const SharedPtr<Reflection::Assembly> &assembly)
| Parameter | Type | Açıklama |
|---|---|---|
| kültür | int | Kültür tanımlayıcısı (LCID). |
| derleme | const SharedPtr<Reflection::Assembly>& | Dize karşılaştırma metodlarını içeren derleme. |
ReturnValue
CompareInfo object.
Ayrıca Bakınız
- Typedef CompareInfoPtr
- Typedef SharedPtr
- Class Assembly
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++