char character = \'c\'; string str = null; str = character.ToString();//this is ok char[] arrayChar = { \'a\', \'b\', \'c\', \'d\' }
There is a string constructor that takes a char array.