System::Xml::XmlTextReader::get_HasValue method

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

ReturnValue

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

See Also