FileGetHash Method (String, HashType) |
[AlphaFS] Calculates the hash/checksum for the given fileFullPath.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static string GetHash(
string fileFullPath,
HashType hashType
)
Public Shared Function GetHash (
fileFullPath As String,
hashType As HashType
) As String
public:
static String^ GetHash(
String^ fileFullPath,
HashType hashType
)
static member GetHash :
fileFullPath : string *
hashType : HashType -> string
Parameters
- fileFullPath
- Type: SystemString
The name of the file. - hashType
- Type: Alphaleonis.Win32.SecurityHashType
One of the HashType values.
Return Value
Type:
StringThe hash.
See Also