My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

Assembly: MongoDB.Driver.dll
Namespace: MongoDB.Driver.Conversion
Type Name: BigEndianBitConverter (class)

Methods:

T_MongoDB_Driver_Conversion_BigEndianBitConverter  
API documentation for the BigEndianBitConverter type
WikiDoc, Type
Updated Jun 8, 2010 by ee.devf...@gmail.com

Summary

Implementation of EndianBitConverter which converts to/from big-endian byte arrays.

Members

Methods

IsLittleEndian

||===== Remarks ===== Different computer architectures store data using different byte orders. "Big-endian" means the most significant byte is on the left end of a word. "Little-endian" means the most significant byte is on the right end of a word.
bool IsLittleEndian()


Sign in to add a comment
Powered by Google Project Hosting