Method VerifyMD5Cache
VerifyMD5Cache(string, string)
Verify whether 's md5 value is equal to
Declaration
public static bool VerifyMD5Cache(this string source, string targetMD5Hash)Parameters
| Type | Name | Description | 
|---|---|---|
| string | source | Target string to be verified. | 
| string | targetMD5Hash | MD5 value as target MD5. | 
Returns
| Type | Description | 
|---|---|
| bool |