System.Hash.THashBobJenkins.GetHashBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetHashBytes(const AData: string): TBytes; static;

C++

static System::DynamicArray<System::Byte> __fastcall GetHashBytes(const System::UnicodeString AData);

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 bytes.

See Also