Click or drag to resize

LittleEndianBitConverterToUInt32 Method

Reads a 32-bit unsigned integer from the specified position in a byte array.

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static uint ToUInt32(
	byte[] buffer,
	int offset
)

Parameters

buffer  Byte
An array of bytes.
offset  Int32
The starting position within buffer.

Return Value

UInt32
A 32-bit unsigned integer formed by four bytes beginning at offset.
See Also