Contents

NSSwapHostLongToBig(_:)

Swaps the bytes of a number.

Declaration

func NSSwapHostLongToBig(_ x: UInt) -> UInt

Discussion

Converts the value in x, specified in the current endian format, to big-endian format and returns the resulting value. If it is necessary to swap the bytes, this function calls NSSwapLong(_:) to perform the swap.

See Also

Related Documentation

Functions