System::Xml::XmlCharacterData::AppendData method

XmlCharacterData::AppendData method

Appends the specified string to the end of the character data of the node.

virtual void System::Xml::XmlCharacterData::AppendData(String strData)
ParameterTypeDescription
strDataStringThe string to insert into the existing string.

See Also