| SoLDMReaderIsLittleEndian Method  | 
Returns whether the bytes of the data are stored in big or little endian order. 
 
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic virtual bool IsLittleEndian()
Public Overridable Function IsLittleEndian As Boolean
public:
virtual bool IsLittleEndian()
abstract IsLittleEndian : unit -> bool 
override IsLittleEndian : unit -> bool 
Return Value
Type: 
Boolean
RemarksThe order is little endian if the function returns true. 
See Also