System.Hash.THashSHA1.GetHashStringFromFile

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function GetHashStringFromFile(const AFileName: TFileName): string; static; inline;

C++

static System::UnicodeString __fastcall GetHashStringFromFile(const System::Sysutils::TFileName AFileName);

プロパティ

種類 可視性 ソース ユニット
function public
System.Hash.pas
System.Hash.hpp
System.Hash THashSHA1


説明

指定されたファイルからハッシュ ダイジェストを作成し、作成されたダイジェストの値を、16 進数 String で返します。

関連項目