BinaryFormat.ByteOrder

The function produces a binary output with the byte arrangement indicated by binaryFormat. The standard byte order used is ByteOrder.BigEndian if not otherwise specified.

Syntax

BinaryFormat.ByteOrder(binaryFormat as function, byteOrder as number) as function

About

The function produces a binary output with the byte arrangement indicated by binaryFormat. The standard byte order used is ByteOrder.BigEndian if not otherwise specified.