[This is preliminary documentation and is subject to change.]
The ByteConverter type exposes the following fields.
Fields
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | Description | |
---|---|---|
![]() ![]() | BigEndian |
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.
|
![]() ![]() | Default |
Gets ByteConverter with current platform byte-order.
|
![]() ![]() | LittleEndian |
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.
|