Click or drag to resize
StringEndsWith Method
Overload List
  NameDescription
Public methodEndsWith(String)
Determines whether the end of this string instance matches the specified string.
Public methodEndsWith(String, StringComparison)
Determines whether the end of this string instance matches the specified string when compared using the specified comparison option.
Public methodEndsWith(String, Boolean, CultureInfo)
Determines whether the end of this string instance matches the specified string when compared using the specified culture.
Top
See Also