Arraylist to String[]

string[] test = frames.ToArray(Type.GetType(”System.String”)) as string[];

Warnar Boekkooi : Arraylist to String[]