System.Hash.THashBobJenkins.GetHashString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.Hash.pas
System.Hash.hpp
System.Hash THashBobJenkins

Description

Creates a hash digest from the provided String and returns the value of the created digest as a hexadecimal String.

See Also