Substring

CharacterData.Substring method

Extracts a range of data from the node.

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

See Also