System::Globalization::CompareInfo::IsSortable method
CompareInfo::IsSortable(char16_t) method
Checks whether a specified character is sortable.
static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
Parameter | Type | Description |
---|---|---|
ch | char16_t | Unicode character. |
ReturnValue
True if ch is sortable; otherwise false.
See Also
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IsSortable(const String&) method
Checks whether a specified string is sortable.
static bool System::Globalization::CompareInfo::IsSortable(const String &text)
Parameter | Type | Description |
---|---|---|
text | const String& | A string. |
ReturnValue
True if text is not empty and all characters in text are sortable; otherwise false.
See Also
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++