How to convert an int array to a string or at least be able to write it all out through a WriteLine
As said, I have a few int arrays that I want to be able to write out the individual values for, but whenever I have tried to convert it all to a string then nothing has ended up working anyway and it just says Int32.....something something whenever I try to print out the values (I don't need to actually do anything with the values themselves, so as long as you can get them to print out one by one through the array then that is all that would need to be done)
