ByteOrder.BigEndian

Updated on

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:

Contribute » | Contributors: Rick de Groot

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