| HelperGetLittleEndianByteArray Method (UInt32) | 
            Gets a byte array which represents value of 32 bit unsigned 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(
	uint value
)
Public Shared Function GetLittleEndianByteArray ( 
	value As UInteger
) As Byte()
public:
static array<unsigned char>^ GetLittleEndianByteArray(
	unsigned int value
)
static member GetLittleEndianByteArray : 
        value : uint32 -> byte[] 
Parameters
- value
 - Type: SystemUInt32
32 bit unsigned integer value. 
Return Value
Type: 
Byte[Missing <returns> documentation for "M:Bio.Util.Helper.GetLittleEndianByteArray(System.UInt32)"]
See Also