Returns a sub-segment of this segment.
public StringSegment Substring(int index)
parameter | description |
---|---|
index | The start index into this segment. |
A sub-segment of this segment
Returns a sub-segment of this segment.
public StringSegment Substring(int index, int length)
parameter | description |
---|---|
index | The start index into this segment. |
length | The length of the sub-segment. |
A sub-segment of this segment