System::Xml::XmlReader::IsName método

XmlReader::IsName method

Devuelve un valor que indica si el argumento de cadena es un nombre XML válido.

static bool System::Xml::XmlReader::IsName(const String &str)
ParámetroTipoDescripción
strconst String&El nombre a validar.

ReturnValue

true if the name is valid; otherwise, false.

Ver también