[Extension()] public static bool EndsWithAny( string thisString, string str0, string str1, string str2, string str3, StringComparison stringComparison )
Parameters
- thisString
 - This string.
 - str0
 - One of the possible end string for thisString.
 - str1
 - One of the possible end string for thisString.
 - str2
 - One of the possible end string for thisString.
 - str3
 - One of the possible end string for thisString.
 - stringComparison
 - One of the enumeration values that determines how this string is compared to value.
 
