StringSegmentEndsWith Method

Overload List

EndsWith(Char) Gets whether this StringSegment instance ends with the specified value.
EndsWith(ReadOnlySpanChar, StringComparison) Gets whether this StringSegment instance ends with the specified value using the specified comparison.
EndsWith(StringSegment, StringComparison) Gets whether this StringSegment instance ends with the specified value using the specified comparison.

See Also