ReadOnlySpanPolyfillExtensionEndsWith Method

Overload List

EndsWith(ReadOnlySpanChar, Char)Indicates whether a read-only character span ends with a specified Unicode character.
EndsWith(ReadOnlySpanChar, String)Indicates whether span ends with the specified String.
EndsWith(ReadOnlySpanChar, String, StringComparison)Indicates whether a read-only character span ends with a specified String when compared using a specified StringComparison value.

See Also