Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 625 Bytes

byteorder-type.md

File metadata and controls

24 lines (16 loc) · 625 Bytes
description title
Learn more about: ByteOrder.Type
ByteOrder.Type

ByteOrder.Type

Definition

Specifies the byte order.

Allowed values

Name Value Description
ByteOrder.LittleEndian 0 The least significant byte appears first in Little Endian byte order.
ByteOrder.BigEndian 1 The most significant byte appears first in Big Endian byte order.

Remarks

The allowed values for this enumeration are possible values for the byteOrder parameter in BinaryFormat.ByteOrder.

Applies to