Converts little endian bytes into number.
Namespace: Renci.SshNet.Security.CryptographyAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
protected static uint LittleEndianToUInt32(
byte[] buffer
)
protected static uint LittleEndianToUInt32(
byte[] buffer
)
Protected Shared Function LittleEndianToUInt32 ( _
buffer As Byte() _
) As UInteger
Protected Shared Function LittleEndianToUInt32 ( _
buffer As Byte() _
) As UInteger
protected:
static unsigned int LittleEndianToUInt32(
array<unsigned char>^ buffer
)
Return Value
Converted
UInt32.