Пример #1
0
 public static uint GetHash(string FilePath)
 {
     return(CRC32.CalculateHash(File.ReadAllBytes(FilePath)));
 }