Okay I have an arraylist and I want to output it as one single string into a text file. The trouble is string.join will not let me use the arraylist as an array, and arraylist.toarray doesnt work either. Does anyone have any suggestions? Do I have to use stringbuilder?