@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The GetConsoleCP API !!!!C# Signature: /* Retrieves the input code page used by the console associated with the calling process. A console uses its input code page to translate keyboard input into the corresponding character value. */ [DllImport("kernel32.dll", SetLastError = true)] internal static extern UINT GetConsoleCP(); !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: System.Console.InputEncoding.CodePage Documentation: GetConsoleCP@msdn on MSDN
Edit kernel32.GetConso...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.