System::Xml::XPath::XPathNavigator::ToString method

XPathNavigator::ToString method

Returns the text value of the current node.

String System::Xml::XPath::XPathNavigator::ToString() const override

ReturnValue

A string that contains the text value of the current node.

See Also