Answers for "how to convert char to string in c#"

C#
0

covert char

text = characters.ToString();
Posted by: Guest on January-01-1970
0

cast char

text = new string(characters);
Posted by: Guest on January-01-1970

Code answers related to "how to convert char to string in c#"

C# Answers by Framework

Browse Popular Code Answers by Language