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