IdeaBlade DevForce 2010 Help Reference
Crc Property
See Also  Send Feedback
IdeaBlade.Core Assembly > Ionic.Crc Namespace > CrcCalculatorStream Class : Crc Property



Provides the current CRC for all blocks slurped in.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Crc As Integer
Visual Basic (Usage)Copy Code
Dim instance As CrcCalculatorStream
Dim value As Integer
 
value = instance.Crc
C# 
public int Crc {get;}
C++/CLI 
public:
property int Crc {
   int get();
}

Remarks

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.

Requirements

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

See Also

© 2013 All Rights Reserved.