System::Globalization::CompareInfo::GetCompareInfo yöntemi
İç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)
| Parametre | Tür | 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.Font for C++
CompareInfo::GetCompareInfo(const String&, const SharedPtr<Reflection::Assembly>&) method
Belirtilen kültürle ilişkili CompareInfo alır ve belirtilen derlemede dize karşılaştırma yöntemlerini kullanır.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(const String &name, const SharedPtr<Reflection::Assembly> &assembly)
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | const String& | Kültür adı. |
| assembly | const SharedPtr<Reflection::Assembly>& | Derleme, dize karşılaştırma yöntemlerini içerir. |
ReturnValue
CompareInfo object.
Ayrıca Bakınız
- Typedef CompareInfoPtr
- Class String
- Typedef SharedPtr
- Class Assembly
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::GetCompareInfo(int) method
Belirtilen kültürle ilişkili CompareInfo alır.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture)
| Parametre | Tür | 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.Font for C++
CompareInfo::GetCompareInfo(int, const SharedPtr<Reflection::Assembly>&) method
Belirtilen kültürle ilişkili CompareInfo alır ve belirtilen derlemede dize karşılaştırma yöntemlerini kullanır.
static CompareInfoPtr System::Globalization::CompareInfo::GetCompareInfo(int culture, const SharedPtr<Reflection::Assembly> &assembly)
| Parametre | Tür | Açıklama |
|---|---|---|
| kültür | int | Kültür tanımlayıcısı (LCID). |
| assembly | const SharedPtr<Reflection::Assembly>& | Derleme, dize karşılaştırma yöntemlerini içerir. |
ReturnValue
CompareInfo object.
Ayrıca Bakınız
- Typedef CompareInfoPtr
- Typedef SharedPtr
- Class Assembly
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++