Click or drag to resize
HelperGetLittleEndianByteArray Method (Int32)
Gets a byte array which represents value of 32 bit singed integer in LittleEndian format.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static byte[] GetLittleEndianByteArray(
	int value
)

Parameters

value
Type: SystemInt32
32 bit singed integer value.

Return Value

Type: Byte

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

See Also