ByteOrder
ByteOrder enumeration
Defines various byte orders.
public enum ByteOrder
Values
| Name | Value | Description | 
|---|---|---|
| Unknown | 0 | 
The byte order is unknown. | 
| BigEndian | 1 | 
Big endian. | 
| LittleEndian | 2 | 
Little endian. | 
See Also
- namespace GroupDocs.Metadata.Common
 - assembly GroupDocs.Metadata