Compare the hash of given file with the one in the clipboard. The hash in the clipboard must be in the form: FILEPATH+"::"+HASH

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
string CompareHashClipboardEx(
	string filePath
)
Visual Basic
Function CompareHashClipboardEx ( _
	filePath As String _
) As String
Visual C++
String^ CompareHashClipboardEx(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
The file path

Return Value

A detailed feedback of the operation

See Also