Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用了控制台应用程序和 Mono C# REPL 来测试这个,我true在这两种情况下都得到了。我的印象是BitConverter.IsLittleEndian会报告底层系统的字节顺序。在 Mac OS 上运行时,这不应该返回 false 吗?
true
BitConverter.IsLittleEndian
基于 Intel 的 mac 是 little endian,基于 PowerPC(除非非常老)的 mac 将支持可切换的 endianness。
见:http ://en.wikipedia.org/wiki/Endianness