ByteOrder.LittleEndian (0) is an enumeration that specifies the byte order. It is a member of the ByteOrder.Type and specifies that the least significant byte appears first in Little Endian byte order.
Examples
Returns binary format with the Little Endian byte order.
BinaryFormat.ByteOrder(
BinaryFormat.UnsignedInteger32,
ByteOrder.LittleEndian
)
Related enumerations
Other related enumerations are:
Applies to
Here’s a list of functions that work with ByteOrder.Type:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy