.NET / C# - Convert char[] to string

Viewed 435141

What is the proper way to turn a char[] into a string?

The ToString() method from an array of characters doesn't do the trick.

7 Answers
Related