Determines whether the end of this string instance matches the specified string when compared using the specified culture.
![]()
true if the value parameter matches the end of this string; otherwise, false.
This method compares the value parameter to the substring at the end of this string that is the same length as value, and returns a value that indicates whether they are equal. To be equal, value must be a reference to this same instance or match the end of this string.
This method performs a word (culture-sensitive) comparison using the specified casing and culture.