Calculates a CRC32 code from a stream.
- Namespace
- Statiq
.Common - Containing Type
- Crc32
Syntax
public static Task<uint> CalculateAsync(Stream stream)
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | The stream. |
Return Value
| Type | Description |
|---|---|
| Task |
A CRC32. |