====== ThinkGeo.MapSuite.Core.WkbByteOrder ====== {{section>upgrade_map_suite_to_10.0}} * //This enumeration represents the byte order that well-known binary will be written in.// == Remarks == * //None// == Items == **LittleEndian** * **Summary**:The least significant byte value is at the lowest address. **BigEndian** * **Summary**:The most significant byte value is at the lowest address.