System::Xml::XmlReader::IsName metodo

XmlReader::IsName method

Restituisce un valore che indica se l’argomento stringa è un nome XML valido.

static bool System::Xml::XmlReader::IsName(const String &str)
ParametroTipoDescrizione
strconst String&Il nome da convalidare.

ReturnValue

true if the name is valid; otherwise, false.

Vedi anche