System::Xml::XmlCharacterData::get_InnerText method

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

ReturnValue

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

See Also