Platforms to show: All Mac Windows Linux Cross-Platform

EndianU32_BtoNMBS(n as UInt32) as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Endian MBS Util Plugin ✅ Yes ✅ Yes ❌ No ✅ Yes All
Converts between BigEndian, LowEndian and Native byte encoding.

e.g.:
EndianS32_BtoNMBS(n as Integer) as Integer
EndianU16_LtoBMBS(n as Integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...