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