[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Unicode)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool CharToOem( [In] string lpszSrc, [Out] StringBuilder lpszDst );
Microsoft documentation: Link
Last updated 1 year ago