System::Xml::XmlConvert::IsStartNCNameChar method
XmlConvert::IsStartNCNameChar method
يتحقق مما إذا كان الحرف المُمرَّر من نوع حرف بدء اسم صالح.
static bool System::Xml::XmlConvert::IsStartNCNameChar(char16_t ch)
| Parameter | Type | الوصف |
|---|---|---|
| ch | char16_t | الحرف للتحقق منه. |
ReturnValue
true if the character is a valid Start Name Character type; otherwise, false.
انظر أيضًا
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++