Tao.PhysFs SDK Documentation

Fs.PHYSFS_swapUBE16 Method 

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

[Visual Basic]
Public Shared Function PHYSFS_swapUBE16( _
   ByVal val As UInt16 _
) As UInt16
[C#]
public static ushort PHYSFS_swapUBE16(
   ushort val
);

Parameters

val
value to convert

Return Value

converted value.

Remarks

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

See Also

Fs Class | Tao.PhysFs Namespace