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