System::Xml::XmlReader::IsName 方法

XmlReader::IsName method

返回一个值,指示字符串参数是否是有效的 XML 名称。

static bool System::Xml::XmlReader::IsName(const String &str)
参数类型描述
strconst String&要验证的名称。

ReturnValue

true if the name is valid; otherwise, false.

另见