| HelperGetLittleEndianByteArray Method (UInt16) | 
            Gets a byte array which represents value of 16 bit unsinged integer in LittleEndian format.
            
 
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static byte[] GetLittleEndianByteArray(
	ushort value
)
Public Shared Function GetLittleEndianByteArray ( 
	value As UShort
) As Byte()
public:
static array<unsigned char>^ GetLittleEndianByteArray(
	unsigned short value
)
static member GetLittleEndianByteArray : 
        value : uint16 -> byte[] 
Parameters
- value
 - Type: SystemUInt16
16 bit unsinged integer value. 
Return Value
Type: 
Byte[Missing <returns> documentation for "M:Bio.Util.Helper.GetLittleEndianByteArray(System.UInt16)"]
See Also