FileHashTask.

ConvertHashToString(byte[]) Method

Summary

Converts a byte array containing a hash to a hexadecimal string.

Syntax

protected static string ConvertHashToString(byte[] hash)

Parameters

Name Type Description
hash byte[] The hash.

Return Value

Type Description
string A string containing the hash in hexidecimal format.