I need to concatenate a lot of strings alltogether and put a comma between any of them. I have a list of strings
\"123123123213\" \"1232113213213\" \"1232131
StringBuilder is a very efficient way and would be recommended here.