Click or drag to resize

PackageInfoGetHashAsString Method

Gets the hash as hexadecimal string.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetHashAsString(
	byte[] hash
)

Parameters

hash  Byte
The hash.

Return Value

String
Hexadecimal string representing the hash.
See Also