System::StringComparer::Create method
StringComparer::Create method
Creates culture-specific comparer.
static StringComparerPtr System::StringComparer::Create(const System::SharedPtr<System::Globalization::CultureInfo> &culture, bool ignoreCase)
Parameter | Type | Description |
---|---|---|
culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture to create comparer for. |
ignoreCase | bool | Whether the comparer should ignore case. |
ReturnValue
Pointer to newly created comparer object.
See Also
- Typedef StringComparerPtr
- Typedef SharedPtr
- Class CultureInfo
- Class StringComparer
- Namespace System
- Library Aspose.PDF for C++