What is the proper way to turn a char[] into a string?
char[]
The ToString() method from an array of characters doesn't do the trick.
ToString()
Answer
char[] chars = {'a', ' ', 's', 't', 'r', 'i', 'n', 'g'};string s = new string(chars);
In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...
No comments:
Post a Comment