System.Hash.THashMD5.HashAsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HashAsString: string; inline;

C++

System::UnicodeString __fastcall HashAsString(void);

Properties

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

Description

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

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

See Also