GetConsoleCp

[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.U2)]
public static extern ushort GetConsoleCP(
);

Microsoft documentation: Linkarrow-up-right

Last updated