Click or drag to resize
HelperGetHexString Method
Gets the HexString from the specified byte array.

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

Parameters

byteArray
Type: SystemByte
Byte array.
startIndex
Type: SystemInt32
Start index of array from which HexString is stored.
length
Type: SystemInt32
Length of HexString to read.

Return Value

Type: String

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

See Also