public ulong ToUInt64(
byte[] buffer,
int offset
)
Public Function ToUInt64 (
buffer As Byte(),
offset As Integer
) As ULong
member ToUInt64 :
buffer : byte[] *
offset : int -> uint64
ArgumentOutOfRangeException | 如果offset参数导致转换的字节数不足8字节,则抛出此异常。 |