Table of Contents

Method BytesToInt16

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BytesToInt16(byte, byte)

Converts two bytes to short value.

public static short BytesToInt16(byte ch0, byte ch1)

Parameters

ch0 byte

First byte.

ch1 byte

Second byte.

Returns

short