REST.HttpClient.TRESTHTTPProcs.HashStringAsHex

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTPProcs

Description

Converts each character in a string to a hexidecimal representation.

See Also