CharacterDataSubstringData Method
Extracts a range of data from the node.

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

Parameters

offset
Type: SystemInt32
The offset.
count
Type: SystemInt32
The count.

Return Value

Type: String
The text data
See Also