Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: bool EndsWithIgnoreCase(this string, string)

Declaration

public static bool EndsWithIgnoreCase(
    this string haystack,
    string value
)

Summary

Determines whether the end of this string instance matches the specified string using the ordinal case-insensitive comparison (StringComparison.OrdinalIgnoreCase).