WkbByteOrder¶
Namespace: ThinkGeo.Core
This enumeration represents the byte order that well-known binary will be written in.
public enum WkbByteOrder
Inheritance Object → ValueType → Enum → WkbByteOrder
Implements IComparable, IFormattable, IConvertible
Remarks:
None
Fields¶
Name | Value | Description |
---|---|---|
LittleEndian | 0 | The least significant byte value is at the lowest address. |
BigEndian | 1 | The most significant byte value is at the lowest address. |