[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.HashCalculator.ComputeSimpleStringHash

ComputeSimpleStringHash Method

ComputeSimpleStringHash(Stream)

Computes a simplified hash for the specified binary stream.

Declaration
public static string ComputeSimpleStringHash(Stream stream)
Parameters
Type Name Description
Stream stream

The binary stream.

Returns
Type Description
string

The computed simplified hash as a string.

ComputeSimpleStringHash(byte[])

Computes a simplified hash for the specified binary stream.

Declaration
public static string ComputeSimpleStringHash(byte[] stream)
Parameters
Type Name Description
byte[] stream

The binary stream as a byte array.

Returns
Type Description
string

The computed simplified hash as a string.