CharacterData.AppendData

CharacterData.AppendData method

Append the String to the end of the character data of the node.

public void AppendData(String data)
ParameterTypeDescription
dataStringThe content data.

See Also