System::Xml::XmlCharacterData::ReplaceData method
XmlCharacterData::ReplaceData method
Replaces the specified number of characters starting at the specified offset with the specified string.
virtual void System::Xml::XmlCharacterData::ReplaceData(int32_t offset, int32_t count, String strData)
Parameter | Type | Description |
---|---|---|
offset | int32_t | The position within the string to start replacing. |
count | int32_t | The number of characters to replace. |
strData | String | The new data that replaces the old string data. |
See Also
- Class String
- Class XmlCharacterData
- Namespace System::Xml
- Library Aspose.TeX for C++