Show / Hide Table of Contents

Enum BitConverterEx.ByteOrder

Represents the byte order.

Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum ByteOrder

Fields

Name Description
BigEndian

The most significant value is stored first.

LittleEndian

The least significant value is stored first.

Back to top Copyright © 2019 Özgür Özçıtak