Table of Contents

Method BytesToInt

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

BytesToInt(byte, byte, byte, byte)

Converts four bytes to int value.

public static int BytesToInt(byte ch0, byte ch1, byte ch2, byte ch3)

Parameters

ch0 byte

First byte.

ch1 byte

Second byte.

ch2 byte

Third byte.

ch3 byte

Fourth byte.

Returns

int