DeleteData()

XmlCharacterData::DeleteData(int32_t, int32_t) method

Removes a range of characters from the node.

virtual void System::Xml::XmlCharacterData::DeleteData(int32_t offset, int32_t count)

Arguments

ParameterTypeDescription
offsetint32_tThe position within the string to start deleting.
countint32_tThe number of characters to delete.

See Also