System::Xml::XmlValidatingReader::get_HasValue method

XmlValidatingReader::get_HasValue method

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

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

ReturnValue

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

See Also