UtilsLib Xojo plugin

EinhugurBitwiseModule.Endian32Swap Method (console safe)

To swap the endian of a 32bit integer value use the Endian32Swap function.

Endian32Swap(
   value as Int32) as Int32

Parameters

value
The source value.

Returns

Int32
The source value with endianness swapped.

Remarks

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM

    Unsupported Platforms:

  • MacOS X Carbon

    See Also

    EinhugurBitwiseModule Module