Click or drag to resize

ByteOrder Class

Represent the endienness
Inheritance Hierarchy
SystemObject
  Hazelcast.Net.ExtByteOrder

Namespace:  Hazelcast.Net.Ext
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public class ByteOrder

The ByteOrder type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetByteOrder
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberNativeOrder
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberBigEndian
Big Endian
Public fieldStatic memberBigEndianText
Public fieldStatic memberLittleEndian
Little endian
Public fieldStatic memberLittleEndianText
Top
See Also