Answers for "get character input in console application c#"

C#
2

c# read char

input[i] = Console.ReadKey().KeyChar;
Posted by: Guest on December-19-2019
2

c# readline char

Your_Char=Convert.ToChar(Console.readline());
Posted by: Guest on January-23-2021

Code answers related to "get character input in console application c#"

C# Answers by Framework

Browse Popular Code Answers by Language