PackageInfoGetHashAsString Method |
Gets the hash as hexadecimal string.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetHashAsString(
byte[] hash
)
Parameters
- hash Byte
- The hash.
Return Value
StringHexadecimal string representing the hash.
See Also