Which .Net-compatible architectures are not little-endian?

后端 未结 6 1762
醉梦人生
醉梦人生 2021-01-20 11:46

The BitConverter class has a field IsLittleEndian which, according to the documentation:

Indicates the byte order (\"endianness\") in which data is st

6条回答
  •  悲&欢浪女
    2021-01-20 12:10

    SOME of the systems that the .NET Micro Framework runs on are (or can be...) big-endian. Version 4.1 introduced support for big-endian architectures.

    You'd probably know if you were running on the micro framework, however...

提交回复
热议问题