Skip to content

Endianness ​

Represents the endianness of data.

Kind: Enum

Namespace: ConnectorLib

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

Endianness

LittleEndian

Little-endian byte order.

Endianness

BigEndian

Big-endian byte order.

Enums

Endianness

[LittleEndian = 0, BigEndian = 65536]

Represents the endianness of data.