System::Xml::XmlNodeReader::get_HasValue metodo

XmlNodeReader::get_HasValue method

Restituisce un valore che indica se il nodo corrente può avere un valore XmlNodeReader::get_Value.

bool System::Xml::XmlNodeReader::get_HasValue() override

ReturnValue

true if the node on which the reader is currently positioned can have a Value; otherwise, false.

Vedi anche