String.EndsWith Method
.NET Framework (current version)
Determines whether the end of this string instance matches a specified string.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | EndsWith(String) | Determines whether the end of this string instance matches the specified string. |
![]() | EndsWith(String, Boolean, CultureInfo) | Determines whether the end of this string instance matches the specified string when compared using the specified culture. |
![]() | EndsWith(String, StringComparison) | Determines whether the end of this string instance matches the specified string when compared using the specified comparison option. |
Show:
