Returns 16 bit unsigned integer from the byte array stored as little-endian.
            
 
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static ushort GetUInt16(
	byte[] byteArray,
	int startIndex
)
Public Shared Function GetUInt16 ( 
	byteArray As Byte(),
	startIndex As Integer
) As UShort
public:
static unsigned short GetUInt16(
	array<unsigned char>^ byteArray, 
	int startIndex
)
static member GetUInt16 : 
        byteArray : byte[] * 
        startIndex : int -> uint16 
Parameters
- byteArray
 - Type: SystemByte
byte array. - startIndex
 - Type: SystemInt32
Start index of the byte array. 
Return Value
Type: 
UInt16[Missing <returns> documentation for "M:Bio.Util.Helper.GetUInt16(System.Byte[],System.Int32)"]
See Also