get_InnerText()

XmlCharacterData::get_InnerText() method

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

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

Return Value

The concatenated values of the node and all the children of the node.

See Also