System::Xml::XmlReader::IsNameToken メソッド

XmlReader::IsNameToken method

文字列引数が有効な XML 名トークンかどうかを示す値を返します。

static bool System::Xml::XmlReader::IsNameToken(const String &str)
パラメーター説明
strconst String&検証対象の名前トークンです。

ReturnValue

true if it is a valid name token; otherwise false.

参照