HelperGetHexString Method |
Gets the HexString from the specified byte array.
Namespace: Bio.UtilAssembly: 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
)
Public Shared Function GetHexString (
byteArray As Byte(),
startIndex As Integer,
length As Integer
) As String
public:
static String^ GetHexString(
array<unsigned char>^ byteArray,
int startIndex,
int length
)
static member GetHexString :
byteArray : byte[] *
startIndex : int *
length : int -> string
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