Converts big 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 ulong BigEndianToUInt64(
byte[] buffer
)
protected static ulong BigEndianToUInt64(
byte[] buffer
)
Protected Shared Function BigEndianToUInt64 ( _
buffer As Byte() _
) As ULong
Protected Shared Function BigEndianToUInt64 ( _
buffer As Byte() _
) As ULong
protected:
static unsigned long long BigEndianToUInt64(
array<unsigned char>^ buffer
)
Return Value
Converted
UInt64.