System::Xml::XmlReader::IsName method
XmlReader::IsName method
يعيد قيمة تشير إلى ما إذا كان معامل السلسلة نصًا صالحًا كاسم XML.
static bool System::Xml::XmlReader::IsName(const String &str)
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | الاسم المراد التحقق منه. |
ReturnValue
true if the name is valid; otherwise, false.
انظر أيضًا
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++