[This is preliminary documentation and is subject to change.]

Little Endian means that the low-order byte of the number is stored in memory at the lowest address, and the high-order byte at the highest address. It is used on PC platform.

Namespace:  Phoenix
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static readonly ByteConverter LittleEndian
Public Shared ReadOnly LittleEndian As ByteConverter
public:
static initonly ByteConverter^ LittleEndian

See Also