CharacterData.SubstringData
CharacterData.SubstringData method
Extracts a range of data from the node.
public virtual string SubstringData(int offset, int count)
Parameter | Type | Description |
---|---|---|
offset | Int32 | The offset. |
count | Int32 | The count. |
Return Value
The text data
See Also
- class CharacterData
- namespace Aspose.Html.Dom
- assembly Aspose.HTML