Returns true if file has little-endian byte order. Returns false when it has big-endian.

It is not possible to change byte order.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool LittleEndian { get; }
Public ReadOnly Property LittleEndian As Boolean
	Get
public:
property bool LittleEndian {
	bool get ();
}

See Also