StringSegmentLastIndexOf Method

Overload List

LastIndexOf(Char) Gets the zero-based index of the last occurrence of the specified value in this StringSegment.
LastIndexOf(Char, Int32) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified startIndex.
LastIndexOf(ReadOnlySpanChar, StringComparison) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified comparison.
LastIndexOf(String, StringComparison) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified comparison.
LastIndexOf(StringSegment, StringComparison) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified comparison.
LastIndexOf(Char, Int32, Int32) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified startIndex and count values.
LastIndexOf(ReadOnlySpanChar, Int32, StringComparison) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified startIndex and comparison.
LastIndexOf(String, Int32, StringComparison) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified startIndex and comparison.
LastIndexOf(StringSegment, Int32, StringComparison) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified startIndex and comparison.
LastIndexOf(ReadOnlySpanChar, Int32, Int32, StringComparison) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified startIndex, count and comparison.
LastIndexOf(String, Int32, Int32, StringComparison) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified startIndex, count and comparison.
LastIndexOf(StringSegment, Int32, Int32, StringComparison) Gets the zero-based index of the last occurrence of the specified value in this StringSegment using the specified startIndex, count and comparison.

See Also