Community

Convert char array to string in C#

(Mahesh Chand) The string class constructor takes an array of characters to create a new string from an array of characters. The following code snippet creates two strings. First from a string and second by direct passing the array in the constructor.

Read More - Register for Free Membership