split strings

string[] themes = mythemescontents.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries);

Comments