get_HasValue()

XmlTextReader::get_HasValue() method

Returns a value indicating whether the current node can have a XmlTextReader::get_Value other than String::Empty.

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

Return Value

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

See Also