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 Md5(string)Declarationpublic static string Md5(
string path
) Summary
Reads the specified file and computes the MD5 hash function from its contents. Parametersstring | path |
Path to the file to compute MD5 hash function from. |
Returns
Result of the MD5 hash function as a string of hexadecimal digits. |