String::EndsWith Method

 

Determines whether the end of this string instance matches a specified string.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodEndsWith(String^)

Determines whether the end of this string instance matches the specified string.

System_CAPS_pubmethodEndsWith(String^, Boolean, CultureInfo^)

Determines whether the end of this string instance matches the specified string when compared using the specified culture.

System_CAPS_pubmethodEndsWith(String^, StringComparison)

Determines whether the end of this string instance matches the specified string when compared using the specified comparison option.

Return to top
Show: