Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string Md5(string)

  • Declared in: RT.Util.Ut

Declaration

public static string Md5(
    string path
)

Summary

Reads the specified file and computes the MD5 hash function from its contents.

Parameters

stringpath Path to the file to compute MD5 hash function from.

Returns

Result of the MD5 hash function as a string of hexadecimal digits.