System::Xml::XmlReader::IsNameToken method

XmlReader::IsNameToken method

Returns a value indicating whether or not the string argument is a valid XML name token.

static bool System::Xml::XmlReader::IsNameToken(const String &str)
ParameterTypeDescription
strconst String&The name token to validate.

ReturnValue

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

See Also