System::StringComparer::Create methode
StringComparer::Create method
Maakt een cultuur‑specifieke comparer aan.
static StringComparerPtr System::StringComparer::Create(const System::SharedPtr<System::Globalization::CultureInfo> &culture, bool ignoreCase)
| Parameter | Type | Beschrijving |
|---|---|---|
| cultuur | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultuur waarvoor comparer moet worden aangemaakt. |
| ignoreCase | bool | Of de comparer hoofdlettergevoeligheid moet negeren. |
ReturnValue
Pointer naar nieuw aangemaakt comparer‑object.
Zie ook
- Typedef StringComparerPtr
- Typedef SharedPtr
- Class CultureInfo
- Class StringComparer
- Namespace System
- Library Aspose.Page for C++