XmlCharacterData
Provides text manipulation methods that are used by several classes.
Contains the data of the node.
Gets the length of the data, in characters.
Appends the specified string to the end of the character data of the node.
Removes a range of characters from the node.
Inserts the specified string at the specified character offset.
Replaces the specified number of characters starting at the specified offset with the specified string.
Retrieves a substring of the full string from the specified range.