IsNameToken()

XmlReader::IsNameToken(const String&) 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)

Arguments

ParameterTypeDescription
strconst String&The name token to validate.

Return Value

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

See Also