Method BytesToInt
BytesToInt(byte, byte, byte, byte)
Converts four bytes to int value.
public static int BytesToInt(byte ch0, byte ch1, byte ch2, byte ch3)
Converts four bytes to int value.
public static int BytesToInt(byte ch0, byte ch1, byte ch2, byte ch3)