Returns the CRC32 for the specified stream.
| C# | Visual Basic | Visual C++ | F# |
public int GetCrc32( Stream input )
Public Function GetCrc32 ( input As Stream ) As Integer
public: int GetCrc32( Stream^ input )
member GetCrc32 : input : Stream -> int
- input (Stream)
- The stream over which to calculate the CRC32
Int32
the CRC32 calculation
the CRC32 calculation
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)