System.Hash.THashMD5.GetHashString
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 | THashMD5 | 
Description
Creates a hash digest from the provided String and returns the value of the created digest as a hexadecimal String.