MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / HashCalculator Class / ComputeSimpleStringHash Method / ComputeSimpleStringHash(Stream) Method
The binary stream.

In This Topic
ComputeSimpleStringHash(Stream) Method
In This Topic
Computes a simplified hash for the specified binary stream.
Syntax
'Declaration
 
Public Overloads Shared Function ComputeSimpleStringHash( _
   ByVal stream As Stream _
) As String
 

Parameters

stream
The binary stream.

Return Value

The computed simplified hash as a string.
See Also