System.Xml.XmlCharacterData.InsertData Method

Inserts the specified string at the specified character offset.

Syntax

public virtual void InsertData (int offset, string strData)

Parameters

offset
The position within the string to insert the supplied string data.
strData
The string data that is to be inserted 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