System::Globalization::CompareInfo::IsSortable methode
CompareInfo::IsSortable(char16_t) method
Controleert of een opgegeven teken sorteerbaar is.
static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
| Parameter | Type | Beschrijving |
|---|---|---|
| ch | char16_t | Unicode‑teken. |
ReturnValue
Waar als ch sorteerbaar is; anders onwaar.
Zie ook
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::IsSortable(const String&) method
Controleert of een opgegeven string sorteerbaar is.
static bool System::Globalization::CompareInfo::IsSortable(const String &text)
| Parameter | Type | Beschrijving |
|---|---|---|
| text | const String& | Een tekenreeks. |
ReturnValue
Waar als text niet leeg is en alle tekens in text sorteerbaar zijn; anders onwaar.
Zie ook
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++