string strOne = "One,Two,Three,Four"; string[] strArrayOne = new string[] {""}; //somewhere in your code strArrayOne = strOne.Split(',');