The BitConverter class has a field IsLittleEndian which, according to the documentation:
Indicates the byte order (\"endianness\") in which data is st
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...