Icon ComputeCRC32 Method

function ComputeCRC32(const Count: Integer=0): Integer

Available In: Server Applications

Use this method to calculate the cyclic redundancy check (CRC) for the stream using the CRC-32 algorithm. The CRC is computed from the stream's current position for the specified count. If the count is 0, then the stream's AvailableSize property is used as the count.
Image