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