c# split list string into list by delimiter code example Example: c# split a string and return list listStrLineElements = line.Split(',').ToList();