System::Xml::XmlCharacterData::DeleteData method

XmlCharacterData::DeleteData method

Removes a range of characters from the node.

virtual void System::Xml::XmlCharacterData::DeleteData(int32_t offset, int32_t count)
ParameterTypeDescription
offsetint32_tThe position within the string to start deleting.
countint32_tThe number of characters to delete.

See Also