Dart.PowerTCP.Zip Namespace > ArchiveItem Class : CRC Property |
<DescriptionAttribute("The checksum value. It is one of the most important characteristics used in data compression and decompression.")> <DefaultValueAttribute()> <CategoryAttribute("ArchiveItem")> Public ReadOnly Property CRC As Long
Dim instance As ArchiveItem Dim value As Long value = instance.CRC
[Description("The checksum value. It is one of the most important characteristics used in data compression and decompression.")] [DefaultValue()] [Category("ArchiveItem")] public long CRC {get;}
[Description("The checksum value. It is one of the most important characteristics used in data compression and decompression.")] [DefaultValue()] [Category("ArchiveItem")] public: __property long get_CRC();
[Description("The checksum value. It is one of the most important characteristics used in data compression and decompression.")] [DefaultValue()] [Category("ArchiveItem")] public: property int64 CRC { int64 get(); }
The CRC property is obtained by performing a mathematical calculation on a block of data and returning a number that represents the content and organization of that data. This value is only available if the item has been compressed.