Method GetHashString
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.