Enum WkbByteOrder
This enumeration represents the byte order that well-known binary will be written in.
public enum WkbByteOrder
Fields
BigEndian = 1
The most significant byte value is at the lowest address.
LittleEndian = 0
The least significant byte value is at the lowest address.
Remarks
None