System::Globalization::CompareInfo::IsSortable method
CompareInfo::IsSortable(char16_t) method
Verifica se un carattere specificato è ordinabile.
static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
| Parametro | Tipo | Descrizione |
|---|---|---|
| ch | char16_t | Carattere Unicode. |
ReturnValue
Vero se ch è ordinabile; altrimenti falso.
Vedi anche
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IsSortable(const String&) method
Verifica se una stringa specificata è ordinabile.
static bool System::Globalization::CompareInfo::IsSortable(const String &text)
| Parametro | Tipo | Descrizione |
|---|---|---|
| testo | const String& | Una stringa. |
ReturnValue
Vero se text non è vuoto e tutti i caratteri in text sono ordinabili; altrimenti falso.
Vedi anche
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++