System::Xml::XmlReader::get_HasValue method

XmlReader::get_HasValue method

जब किसी व्युत्पन्न क्लास में ओवरराइड किया जाता है, तो यह एक मान प्राप्त करता है जो दर्शाता है कि वर्तमान नोड के पास एक XmlReader::get_Value मान हो सकता है या नहीं।

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

ReturnValue

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.

संबंधित देखें