System::Globalization::CompareInfo::IsSortable طريقة
CompareInfo::IsSortable(char16_t) method
يتحقق مما إذا كان الحرف المحدد قابلًا للترتيب.
static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
| معامل | نوع | الوصف |
|---|---|---|
| ch | char16_t | حرف يونيكود. |
ReturnValue
صحيح إذا كان ch قابلًا للفرز؛ وإلا خطأ.
انظر أيضًا
- 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 قابلة للفرز؛ وإلا خطأ.
انظر أيضًا
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++