طريقة System::Xml::XmlConvert::IsWhitespaceChar
XmlConvert::IsWhitespaceChar method
يفحص ما إذا كان الحرف المُمرَّ هو حرف مسافة فارغة XML صالح.
static bool System::Xml::XmlConvert::IsWhitespaceChar(char16_t ch)
| معامل | نوع | الوصف |
|---|---|---|
| ch | char16_t | الحرف للتحقق منه. |
ReturnValue
true if the passed in character is a valid XML whitespace character; otherwise, false.
انظر أيضًا
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Font for C++