Compute Hash of given file.

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

Syntax

C#
public string ComputeHashFileStyle(
	string filePath,
	HexEnum style
)
Visual Basic
Public Function ComputeHashFileStyle ( _
	filePath As String, _
	style As HexEnum _
) As String
Visual C++
public:
virtual String^ ComputeHashFileStyle(
	String^ filePath, 
	HexEnum style
) sealed

Parameters

filePath
Type: System..::..String
Absolute path to file
style
Type: LLCryptoLib.Utils..::..HexEnum
Style of displaying hex numbers

Return Value

Hash

Implements

IHash..::..ComputeHashFileStyle(String, HexEnum)

See Also