예제 #1
0
 /// <summary>
 /// Converts the given array of bytes to a 64-bit unsigned integer.
 /// </summary>
 public ulong ToUInt64(byte[] value, long startIndex)
 {
     return(BitConverterEx.ToUInt64(value, startIndex, mFrom, mTo));
 }