CharacterDataReplaceData Method
Replace the characters starting at the specified 16-bit unit offset with the specified string.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public virtual void ReplaceData(
	int offset,
	int count,
	string data
)

Parameters

offset
Type: SystemInt32
The offset.
count
Type: SystemInt32
The count.
data
Type: SystemString
The content data.
See Also