CharacterData.SubstringData

CharacterData.SubstringData method

Extracts a range of data from the node.

public virtual string SubstringData(int offset, int count)
ParameterTypeDescription
offsetInt32The offset.
countInt32The count.

Return Value

The text data

See Also