StringSegment.Substring method (1 of 2)

Returns a sub-segment of this segment.

public StringSegment Substring(int index)
parameter description
index The start index into this segment.

Return Value

A sub-segment of this segment

See Also


StringSegment.Substring method (2 of 2)

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.

Return Value

A sub-segment of this segment

See Also