System::Xml::XmlReader::IsNameToken metodo

XmlReader::IsNameToken method

Restituisce un valore che indica se l’argomento stringa è o meno un token di nome XML valido.

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

ReturnValue

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

Vedi anche