UtilsLib Xojo and Real Studio plugin

Endian32Swap Method

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

Endian32Swap(
   value as Integer) as Integer

Parameters

value
The source value.

Returns

Integer

Remarks

Supported Platforms:

  • MacOS X Carbon
  • MacOS X Cocoa
  • Win32 - Windows
  • Linux x86

    Unsupported Platforms:

    See Also

    GlobalMethods Global