Keyoti RapidSpell WPF API Docs
GetCrc32 Method (input)
APIKeyoti.RapidSpell.Compression.WpfCRC32GetCrc32(Stream)
Keyoti RapidSpell WPF
Returns the CRC32 for the specified stream.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int GetCrc32(
	Stream input
)
public int GetCrc32(
	Stream input
)
Public Function GetCrc32 ( 
	input As Stream
) As Integer
Public Function GetCrc32 ( 
	input As Stream
) As Integer
public:
int GetCrc32(
	Stream^ input
)
public:
int GetCrc32(
	Stream^ input
)
member GetCrc32 : 
        input : Stream -> int 
member GetCrc32 : 
        input : Stream -> int 
Parameters
input (Stream)
The stream over which to calculate the CRC32
Return Value
Int32
the CRC32 calculation

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214