Answers for "getchar c# console"

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

C# Answers by Framework

Browse Popular Code Answers by Language