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

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

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

Syntax

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

See Also