| StringExtensionsEndsWithCSafe Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | EndsWithCSafe(String, String) | 
            Determines whether the ending of this string instance matches the specified string when compared using the specified comparison option. This method is culture safe - it fixes some problems with different cultures.
             | 
|   | EndsWithCSafe(String, String, Boolean) | 
            Determines whether the ending of this string instance matches the specified string. This method is culture safe - it fixes some problems with different cultures.
             | 
|   | EndsWithCSafe(String, String, StringComparison) | 
            Determines whether the ending of this string instance matches the specified string. This method is culture safe - it fixes some problems with different cultures.
             | 
 See Also
See Also