convert an array to a string
-
i am writing a program to get processes from the task manager to a text box. i managed to get the processes to an variabel,but when i try to send the data to a string variable...... it does not work. i want to know how to change data from an array to a string.... shiran
-
i am writing a program to get processes from the task manager to a text box. i managed to get the processes to an variabel,but when i try to send the data to a string variable...... it does not work. i want to know how to change data from an array to a string.... shiran
-
i am writing a program to get processes from the task manager to a text box. i managed to get the processes to an variabel,but when i try to send the data to a string variable...... it does not work. i want to know how to change data from an array to a string.... shiran
arrayname.tostring()
-
i am writing a program to get processes from the task manager to a text box. i managed to get the processes to an variabel,but when i try to send the data to a string variable...... it does not work. i want to know how to change data from an array to a string.... shiran
Have a look at String.Join() !
Luc Pattyn
try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }