Returns whether the platform is using Little Endian.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static bool IsLittleEndian()
Visual Basic (Declaration)
Public Shared Function IsLittleEndian As Boolean
Visual C++
public:
static bool IsLittleEndian()

Return Value

Returns true if the platform is using Litte Endian, else false.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also