Checks many a string for multiple string values to start with
public static bool StartsWithMany(string str, StringComparison compare, String[] matchValues)
Parameters
str
compare
matchValues
Overloads:
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic