System::Globalization::CompareInfo::IsSortable 方法
CompareInfo::IsSortable(char16_t) method
检查指定字符是否可排序。
static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
| 参数 | 类型 | 描述 |
|---|---|---|
| ch | char16_t | Unicode 字符。 |
ReturnValue
如果 ch 可排序,则为 True;否则为 false。
另见
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IsSortable(const String&) method
检查指定字符串是否可排序。
static bool System::Globalization::CompareInfo::IsSortable(const String &text)
| 参数 | 类型 | 描述 |
|---|---|---|
| 文本 | const String& | 字符串。 |
ReturnValue
如果 text 非空且 text 中的所有字符均可排序,则为 True;否则为 false。
另见
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++