Substring

CharacterData.Substring method

Extracts a range of data from the node.

public virtual string Substring(int offset, int count)
Parameter Type Description
offset Int32 The offset.
count Int32 The count.

See Also