Answers for "is it possible to string to char?"

C#
0

convert char

char[] chars = {'a','b','c','d','e'};
string s = new string(chars);
Posted by: Guest on January-01-1970

Code answers related to "is it possible to string to char?"

C# Answers by Framework

Browse Popular Code Answers by Language