passing list of numbers int a string [] code example
Example 1: c# declare an int list
List<int> intList = new List<int>();
Example 2: c# list string where
fileList.Where(item => filterList.Contains(item))
List<int> intList = new List<int>();
fileList.Where(item => filterList.Contains(item))