ByteOrder.BigEndian

ByteOrder.BigEndian (1) is an enumeration that specifies the byte order. It is a member of the ByteOrder.Type and specifies that the most significant byte appears first in Big Endian byte order.

Examples

Returns binary format with the Big Endian byte order.

BinaryFormat.ByteOrder(
   BinaryFormat.UnsignedInteger32, 
   ByteOrder.BigEndian
) 

Other related enumerations are:

Applies to

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

BI Gorilla Blog

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.