Appends the specified string to the end of the character data of the node.
[Visual Basic] Overridable Public Sub AppendData( _ ByVal strData As String _ ) [C#] public virtual void AppendData( string strData ); [C++] public: virtual void AppendData( String* strData ); [JScript] public function AppendData( strData : String );
On success, you have access to the concatenation of data and the specified string.
XmlCharacterData Class | XmlCharacterData Members | System.NewXml Namespace