Hello everyone..
I've tried the ToString with no success. Can anyone tell me how to convert an int list to a string array. Thanks.. here is my code.
Code:string [] mystring; //prints each element of your list individually foreach (int item in ListOutput) { mystring = (ListOutput.ToString()); }




Reply With Quote