AppendData()

XmlCharacterData::AppendData(String) method

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

virtual void System::Xml::XmlCharacterData::AppendData(String strData)

Arguments

ParameterTypeDescription
strDataStringThe string to insert into the existing string.

See Also