Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: string Sha1(string)Declarationpublic static string Sha1(
string path
) Summary
Reads the specified file and computes the SHA1 hash function from its contents. Parametersstring | path |
Path to the file to compute SHA1 hash function from. |
Returns
Result of the SHA1 hash function as a string of hexadecimal digits. |