If you’re using C#:
TextBox.Text = string.Format("({0})", string.Join(" ", arr));
0
solved How can i change the int array to string [closed]
If you’re using C#:
TextBox.Text = string.Format("({0})", string.Join(" ", arr));
0
solved How can i change the int array to string [closed]