Console.InputEncoding is the encoding used to interpret what has been written in console window when you use the Console.Read... methods. Console.OutputEncoding is the encoding used to display output from the Console.Write... methods and what user types (before Console.Reads it). Both is of type System.Text.Encoding.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.