StringSegmentSubstring Method

Overload List

Substring(Int32) Gets a new StringSegment instance, which represents a substring of the current instance with the specified startIndex.
Substring(Int32, Int32) Gets a StringSegment instance, which represents a substring of the current instance with the specified startIndex and length.

See Also