Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Crc As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CrcCalculatorStream Dim value As Integer value = instance.Crc |
C# | |
---|---|
public int Crc {get;} |
The running total of the CRC is kept as data is written or read through the stream. read this property after all reads or writes to get an accurate CRC for the entire stream.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family