See also
Class StringUtils
West Wind Toolkit for .NET
StringUtils.Inlist
Determines if a string is contained in a list of other strings
public static bool Inlist(string s, String[] list);
Parameters
s
list
See also:
Class StringUtils