System::Xml::XmlReader::IsName method

XmlReader::IsName method

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

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

ReturnValue

true if the name is valid; otherwise, false.

See Also