Bearbeiten

ZipArchiveEntry.Crc32 Property

Definition

Important

This API is not CLS-compliant.

The 32-bit Cyclic Redundant Check.

public:
 property System::UInt32 Crc32 { System::UInt32 get(); };
[System.CLSCompliant(false)]
public uint Crc32 { get; }
[<System.CLSCompliant(false)>]
member this.Crc32 : uint32
Public ReadOnly Property Crc32 As UInteger

Property Value

An unsigned integer (4 bytes) representing the CRC-32 field.

Attributes

Applies to