Overload | Description |
---|---|
EndsWithAny(String,String,String) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. |
EndsWithAny(String,String,String,String) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. |
EndsWithAny(String,String,String,String,String) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. |
EndsWithAny(String,String,String,String,String,String) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. |
EndsWithAny(String,String,String,String,String,String,String[]) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. |
EndsWithAny(String,String[]) | Gets a value indicating whether this string ends with case sensitive any of the strings in array. |