I look for code that calculate crc32 and return int32, but I found just func that return uint or hexa or string. When I tried to convert the crc32 to int - it was too big to be int. Do you know how to calculate crc32 that return int32??
Or can you change the code in this link so - the code will return int32 instead of hexa?? http://damieng.com/blog/2006/08/08/calculating_crc32_in_c_and_net
Thanks, Chani