Documentation

TO_BIG_ENDIAN2

TO_BIG_ENDIAN2 Description Conditionally converts value from native byte order to big-endian. On little-endian systems, this inverts the byte order. On big-endian systems, this is a no-op.

Read More

TO_BIG_ENDIAN4

TO_BIG_ENDIAN4 Description Conditionally converts value from native byte order to big-endian. On little-endian systems, this inverts the byte order. On big-endian systems, this is a no-op.

Read More

TO_BIG_ENDIAN8

TO_BIG_ENDIAN8 Description Conditionally converts value from native byte order to big-endian. On little-endian systems, this inverts the byte order. On big-endian systems, this is a no-op.

Read More

TO_LITTLE_ENDIAN2

TO_LITTLE_ENDIAN2 Description Conditionally converts value from native byte order to little-endian. On big-endian systems, this inverts the byte order. On little-endian systems, this is a no-op.

Read More

TO_LITTLE_ENDIAN4

TO_LITTLE_ENDIAN4 Description Conditionally converts value from native byte order to little-endian. On big-endian systems, this inverts the byte order. On little-endian systems, this is a no-op.

Read More

TO_LITTLE_ENDIAN8

TO_LITTLE_ENDIAN8 Description Conditionally converts value from native byte order to little-endian. On big-endian systems, this inverts the byte order. On little-endian systems, this is a no-op.

Read More

TO_LOWER

TO_LOWER Description Converts a character to lowercase.

Read More

TO_NATIVE_ENDIAN2

TO_NATIVE_ENDIAN2 Description Maintains native endianness for 16-bit values. This is a no-op that returns the value unchanged.

Read More

TO_NATIVE_ENDIAN4

TO_NATIVE_ENDIAN4 Description Maintains native endianness for 32-bit values. This is a no-op that returns the value unchanged.

Read More

TO_NATIVE_ENDIAN8

TO_NATIVE_ENDIAN8 Description Maintains native endianness for 64-bit values. This is a no-op that returns the value unchanged.

Read More