CRC32 GetCrc32 Method Kentico 8.1 API Reference
Returns the CRC32 for the specified stream.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

input
Type: CMS.IO Stream
The stream over which to calculate the CRC32

Return Value

Type: OnlineUInt32
The CRC32 calculation
See Also