System.Xml.XmlCharacterData: Method Members

The methods of System.Xml.XmlCharacterData are listed below. For a list of all members, see the XmlCharacterData Members list.

See Also: Inherited members from System.Xml.XmlLinkedNode

Public Methods

AppendData(string)

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

DeleteData(int, int)

Removes a range of characters from the node.

InsertData(int, string)

Inserts the specified string at the specified character offset.

ReplaceData(int, int, string)

Replaces the specified number of characters starting at the specified offset with the specified string.

Substring(int, int) : string

Retrieves a substring of the full string from the specified range.