 | FileHashCompute(String) Method |
Computes hash value for specified file.
Namespace: Limilabs.FTP.Client.HashAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic byte[] Compute(
string path
)
Public Function Compute (
path As String
) As Byte()
public:
array<unsigned char>^ Compute(
String^ path
)
member Compute :
path : string -> byte[] Parameters
- path String
- The file to compute hash for.
Return Value
ByteHash value.
See Also