ByteOrder.Type

Updated on

ByteOrder.Type specifies the byte order.

Enumeration Options

Enumerations simplify the process of selecting options within a function. To specify the ByteOrder.Type, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).

ArgumentValueDescription
ByteOrder.LittleEndian0A possible value for the byteOrder parameter in BinaryFormat.ByteOrder. The least significant byte appears first in Little Endian byte order.
ByteOrder.BigEndian1A possible value for the byteOrder parameter in BinaryFormat.ByteOrder. The most significant byte appears first in Big Endian byte order.

Applies to

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

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/byteorder-type

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy