[AlphaFS] Calculates the hash/checksum.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string GetHash(
HashType hashType
)
Public Function GetHash (
hashType As HashType
) As String
public:
String^ GetHash(
HashType hashType
)
member GetHash :
hashType : HashType -> string
Parameters
- hashType
- Type: Alphaleonis.Win32.SecurityHashType
One of the HashType values.
Return Value
Type:
StringThe hash/checksum of the file represented by this
FileInfo.
See Also