The ByteOrder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ByteOrder |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a string representing ByteOrder
(Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | BIG_ENDIAN |
Singleton representing BigEndian byte order (most significant byte first)
|
![]() ![]() | LITTLE_ENDIAN |
Singleton representing LittleEndian byte order (least significant byte first)
|