System.Hash.THashSHA2.HashAsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HashAsString: string; inline;

C++

System::UnicodeString __fastcall HashAsString();

Properties

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

Description

Returns the hash value of this instance of THashSHA2 as a hexadecimal String.

When you call HashAsString, you finalize the current instance of THashSHA2. You cannot update this instance of THashSHA2. If you need to modify it, you can reset it and then update it.

See Also