get_InnerText()

XmlElement::get_InnerText() method

Returns the concatenated values of the node and all its children.

String System::Xml::XmlElement::get_InnerText() override

Return Value

The concatenated values of the node and all its children.

See Also