System.Hash.THashBobJenkins.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 THashBobJenkins


説明

渡された文字列からハッシュ ダイジェストを作成し、作成したダイジェストの値を 16 進文字列として返します。

関連項目