System::Globalization::CompareInfo::IsSortable méthode
CompareInfo::IsSortable(char16_t) method
Vérifie si un caractère spécifié est triable.
static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
| Paramètre | Type | Description |
|---|---|---|
| ch | char16_t | Caractère Unicode. |
ReturnValue
Vrai si ch est triable ; sinon faux.
Voir aussi
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IsSortable(const String&) method
Vérifie si une chaîne spécifiée est triable.
static bool System::Globalization::CompareInfo::IsSortable(const String &text)
| Paramètre | Type | Description |
|---|---|---|
| texte | const String& | Une chaîne. |
ReturnValue
Vrai si text n’est pas vide et que tous les caractères de text sont triables ; sinon faux.
Voir aussi
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++