char[] in string wandeln

char[] c = { 'H', 'a', 'l', 'l', 'o' };

string s = new string(c);