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.

参照