System.Hash.THashSHA1.GetHashString

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

Delphi

class function GetHashString(const AString: string): string; static;

C++

static System::UnicodeString __fastcall GetHashString(const System::UnicodeString AString);

プロパティ

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


説明

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

関連項目