FreeImage.IsLittleEndian Method

FreeImage.NET

FreeImageIsLittleEndian Method
Returns whether the platform is using Little Endian.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool IsLittleEndian()

Return Value

Type: Boolean
Returns true if the platform is using Litte Endian, else false.
See Also