Table of Contents

Method GetHashString

Namespace
Innova.Data.File
Assembly
Innova.Data.dll

GetHashString(byte[])

Converts the specified hash value to a string representation.

public static string GetHashString(byte[] hash)

Parameters

hash byte[]

The hash value to convert.

Returns

string

The string representation of the hash value.