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