Microsoft.Win32.Win32Native.SetConsoleCP C# (CSharp) Method

SetConsoleCP() private method

private SetConsoleCP ( uint codePage ) : bool
codePage uint
return bool
        internal static extern bool SetConsoleCP(uint codePage);