A character formed by two bytes beginning at startIndex.
The BitConverter.ToChar(Byte[], int) method converts the bytes from index startIndex to startIndex + 1 to a char 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 the BitConverter class topic.