public static uint GetChecksum(byte[] Value) { uint maxValue = uint.MaxValue; return(Checksum.GetChecksum(Value, maxValue)); }
public static uint GetChecksum(byte[] Value) { uint cRCVal = 4294967295u; return(Checksum.GetChecksum(Value, cRCVal)); }