Represent the endienness
Inheritance Hierarchy
Hazelcast.Net.ExtByteOrder
Namespace: Hazelcast.Net.Ext
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
The ByteOrder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetByteOrder | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | NativeOrder | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | BigEndian |
Big Endian
|
![]() ![]() | BigEndianText | |
![]() ![]() | LittleEndian |
Little endian
|
![]() ![]() | LittleEndianText |
See Also