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