Click or drag to resize
HelperGetUInt32 Method
Returns 32 bit unsigned integer from the byte array stored as little-endian.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static uint GetUInt32(
	byte[] byteArray,
	int startIndex
)

Parameters

byteArray
Type: SystemByte
byte array.
startIndex
Type: SystemInt32
Start index of the byte array.

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Bio.Util.Helper.GetUInt32(System.Byte[],System.Int32)"]

See Also