طريقة System::Char::IsAsciiWhiteSpace
Char::IsAsciiWhiteSpace method
يحدد ما إذا كان الحرف المحدد مصنّفًا كحرف مسافة بيضاء ASCII.
static constexpr bool System::Char::IsAsciiWhiteSpace(char_t c)
| Parameter | Type | الوصف |
|---|---|---|
| c | char_t | الحرف المراد اختباره |
ReturnValue
صحيح إذا كان الحرف المحدد حرف مسافة بيضاء ASCII، وإلا - خطأ
انظر أيضًا
- Class Char
- Namespace System
- Library Aspose.Page for C++