byte[] array={1,2}; int offset = 0; int result = BitConverter.ToInt16(array, offset);
---
output: result = 0x00000201