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,
int offset
)
protected static uint LittleEndianToUInt32(
byte[] buffer,
int offset
)
Protected Shared Function LittleEndianToUInt32 ( _
buffer As Byte(), _
offset As Integer _
) As UInteger
Protected Shared Function LittleEndianToUInt32 ( _
buffer As Byte(), _
offset As Integer _
) As UInteger
protected:
static unsigned int LittleEndianToUInt32(
array<unsigned char>^ buffer,
int offset
)
Return Value
Converted
Int32.