> Only if endianess of data in your stream is the same as endianess of the > BitConverter (and underlying platform). > If your data stream is little-endian it's more convenient to use > BinaryReader for this purpose (whose reads are always little-endian). it is unclear from the documentation that BinaryReader is always little-endian, but, it is very good to know it ! big thanks for the info ! :-)