Tao.PhysFs SDK Documentation

Fs.PHYSFS_swapULE32 Method 

Swap littleendian unsigned 32 to platform's native byte order.

[Visual Basic]
Public Shared Function PHYSFS_swapULE32( _
   ByVal val As UInt32 _
) As UInt32
[C#]
public static uint PHYSFS_swapULE32(
   uint val
);

Parameters

val
value to convert

Return Value

converted value.

Remarks

Take a 32-bit unsigned value in littleendian format and convert it to the platform's native byte order.

See Also

Fs Class | Tao.PhysFs Namespace