Show / Hide Table of Contents

Enum Endianness

Defines the order in which a sequence of bytes are represented.

Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum Endianness

Fields

Name Description
BigEndian

The big endian format means that data is stored big end first. Many hash standards is represented this way.

LittleEndian

The little endian format means that data is stored little end first. Most modern OS and hardware uses this.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX