System.Xml.XmlCharacterData.AppendData Method

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

Syntax

public virtual void AppendData (string strData)

Parameters

strData
The string to insert into the existing string.

Remarks

This method raises the XmlNodeChangedAction.Change event.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0