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