طريقة System::Xml::XmlConvert::IsWhitespaceChar
XmlConvert::IsWhitespaceChar method
يتحقق مما إذا كان الحرف المُمرَّر هو حرف مسافة بيضاء صالح في XML.
static bool System::Xml::XmlConvert::IsWhitespaceChar(char16_t ch)
| Parameter | Type | الوصف |
|---|---|---|
| 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.Page for C++