Gets an array list of strings.
An array list of the strings.
ArrayList list1 = StringUtil.GetStringList(true, new string[] { "Hello", "", "world"}); // "Hello", "", "world"
ArrayList list2 = StringUtil.GetStringList(false, new string[] { "Hello", "", "world"}); // "Hello", "world"
MainUtil Class | Sitecore Namespace