System::Xml::XmlReader::IsNameToken 方法
XmlReader::IsNameToken method
返回一个值,指示字符串参数是否是有效的 XML 名称标记。
static bool System::Xml::XmlReader::IsNameToken(const String &str)
| 参数 | 类型 | 描述 |
|---|---|---|
| str | const String& | 要验证的名称标记。 |
ReturnValue
true if it is a valid name token; otherwise false.
另见
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++