A 32-bit signed integer formed by four bytes beginning at startIndex.
The BitConverter.ToInt32(Byte[], int) method converts the bytes from index startIndex to startIndex + 3 to an int value. The order of bytes in the array must reflect the endianness of the computer system's architecture; for more information, see the Remarks section of BitConverter.