System::BitConverter::_IsLittleEndian method

BitConverter::_IsLittleEndian method

Indicates the endianness of the current architecture.

static bool System::BitConverter::_IsLittleEndian()

ReturnValue

true if the architecture is little endian, false otherwise

See Also