REST.HttpClient.TRESTHTTPProcs.HashStringAsHex
Delphi
class function HashStringAsHex(const AIPImplementationID: string; const AValue: string): string; overload;
function HashStringAsHex(const AValue: string): string; overload;
C++
__classmethod System::UnicodeString __fastcall HashStringAsHex(const System::UnicodeString AIPImplementationID, const System::UnicodeString AValue)/* overload */;
System::UnicodeString __fastcall HashStringAsHex(const System::UnicodeString AValue)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | REST.HttpClient.pas REST.HTTPClient.hpp |
REST.HttpClient | TRESTHTTPProcs |
Beschreibung
Wandelt jedes Zeichen in einem String in eine hexadezimale Repräsentation um.