The ByteOrder type exposes the following members.

Constructors

  NameDescription
Protected methodByteOrder

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string representing ByteOrder
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fieldStatic memberBIG_ENDIAN
Singleton representing BigEndian byte order (most significant byte first)
Public fieldStatic memberLITTLE_ENDIAN
Singleton representing LittleEndian byte order (least significant byte first)

See Also