Computes the CRC32 (Cyclic Redundancy Check) value of the file.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function ComputeCrc32 As Long
C#
public long ComputeCrc32()

Return Value

CRC32 checksum value.

Remarks

This is only valid for files.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also