ZipArchiveEntry.Crc32 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.