BinaryFormat.ByteOrder
Trả về định dạng nhị phân có thứ tự byte do hàm chỉ định.
Syntax
BinaryFormat.ByteOrder(
binaryFormat as function,
byteOrder as ByteOrder.Type
) as function
Remarks
Trả về một định dạng nhị phân có thứ tự byte do binaryFormat
chỉ định. Thứ tự byte mặc định là ByteOrder.BigEndian
.
Category
Binary Formats.Controlling byte order