طريقة System::Char::IsLowSurrogate
محتويات
[
يخفي
]Char::IsLowSurrogate(char_t) method
يحدد ما إذا كان الحرف المحدد هو بديل منخفض (low surrogate).
static bool System::Char::IsLowSurrogate(char_t c)
| Parameter | Type | الوصف |
|---|---|---|
| c | char_t | الحرف المراد اختباره |
ReturnValue
صحيح إذا كان الحرف المحدد بديلًا منخفضًا، وإلا - خطأ
انظر أيضًا
- Class Char
- Namespace System
- Library Aspose.Page for C++
Char::IsLowSurrogate(const char_t *, int) method
يحدد ما إذا كان الحرف الموجود في الفهرس المحدد داخل مخزن الأحرف المحدد هو بديل منخفض (low surrogate).
static bool System::Char::IsLowSurrogate(const char_t *str, int idx)
| Parameter | Type | الوصف |
|---|---|---|
| str | const char_t * | مؤشر إلى بداية مخزن الأحرف |
| idx | int | فهرس يبدأ من الصفر في المخزن المحدد للحرف المراد اختباره |
ReturnValue
صحيح إذا كان الحرف عند الفهرس المحدد بديلًا منخفضًا، وإلا - خطأ
انظر أيضًا
- Class Char
- Namespace System
- Library Aspose.Page for C++