how to create array list in c# from string with ',' code example Example: csharp create array list ArrayList a1 = new ArrayList(); a1.Add(1);