Table of Contents

Enum ByteOrder

Namespace
Windows.Storage.Streams
Assembly
Windows.Storage.Streams.dll

Specifies the byte order of a stream.

public enum ByteOrder

Fields

LittleEndian = 0

The least significant byte (lowest address) is stored first.

Remarks

nanoFramework API only supports LittleEndian order.