Summary
Converts a byte array containing a hash to a hexadecimal string.
- Namespace
- NBuildKit
.MsBuild .Tasks .FileSystem - Containing Type
- FileHashTask
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. |