Tao.PhysFs SDK Documentation

Fs.PHYSFS_swapUBE64 Method 

Swap bigendian unsigned 64 to platform's native byte order.

[Visual Basic]
Public Shared Function PHYSFS_swapUBE64( _
   ByVal val As UInt64 _
) As UInt64
[C#]
public static ulong PHYSFS_swapUBE64(
   ulong val
);

Parameters

val
value to convert

Return Value

converted value.

Remarks

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

See Also

Fs Class | Tao.PhysFs Namespace