طريقة System::Xml::XmlConvert::IsPublicIdChar
XmlConvert::IsPublicIdChar method
يرجع نسخة الحرف المُمرَّ إذا كان الحرف في الوسيط هو حرف معرف عام صالح، وإلا nullptr.
static bool System::Xml::XmlConvert::IsPublicIdChar(char16_t ch)
| معامل | نوع | الوصف |
|---|---|---|
| ch | char16_t | كائن Char للتحقق منه. |
ReturnValue
الحرف المُمرَّر إذا كان الحرف هو حرف معرف عام صالح، وإلا nullptr.
انظر أيضًا
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Font for C++