BinaryFormat.ByteOrder
Returns a binary format with the byte order specified by a function.
function (binaryFormat
as function,byteOrder
as number) as function
Returns a binary format with the byte order specified by
binaryFormat
. The default byte order is ByteOrder.BigEndian
.Binary Formats.Controlling byte order
Last modified 4yr ago