CharacterData.ReplaceData
CharacterData.ReplaceData method
Replace the characters starting at the specified 16-bit unit offset with the specified string.
public virtual void ReplaceData(int offset, int count, string data)
Parameter | Type | Description |
---|---|---|
offset | Int32 | The offset. |
count | Int32 | The count. |
data | String | The content data. |
See Also
- class CharacterData
- namespace Aspose.Html.Dom
- assembly Aspose.HTML