string[] strings = new string[] {"1", "55", "3"} int[] asIntegers = Array.ConvertAll(strings, int.Parse);