ByteOrder.LittleEndian

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
) 

Other related enumerations are:

Applies to

Here’s a list of functions that work with ByteOrder.Type:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.