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© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic