get_HasValue()

XmlReader::get_HasValue() method

When overridden in a derived class, gets a value indicating whether the current node can have a XmlReader::get_Value value.

virtual bool System::Xml::XmlReader::get_HasValue()

Return Value

true if the node on which the reader is currently positioned can have a Value; otherwise, false. If false, the node has a value of String::Empty.

See Also