CharacterDataSubstringData Method |
Extracts a range of data from the node.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public virtual string SubstringData(
int offset,
int count
)
Public Overridable Function SubstringData (
offset As Integer,
count As Integer
) As String
public:
virtual String^ SubstringData(
int offset,
int count
)
abstract SubstringData :
offset : int *
count : int -> string
override SubstringData :
offset : int *
count : int -> string
Parameters
- offset
- Type: SystemInt32
The offset. - count
- Type: SystemInt32
The count.
Return Value
Type:
StringThe text data
See Also