System::StringComparer::Create 方法
StringComparer::Create method
创建特定文化的比较器。
static StringComparerPtr System::StringComparer::Create(const System::SharedPtr<System::Globalization::CultureInfo> &culture, bool ignoreCase)
| 参数 | 类型 | 描述 |
|---|---|---|
| 文化 | const System::SharedPtr<System::Globalization::CultureInfo>& | 用于创建比较器的区域设置。 |
| ignoreCase | bool | 比较器是否应忽略大小写。 |
ReturnValue
指向新创建的比较器对象的指针。
另见
- Typedef StringComparerPtr
- Typedef SharedPtr
- Class CultureInfo
- Class StringComparer
- Namespace System
- Library Aspose.Font for C++