System.Hash.THashMD5.GetHashSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHashSize: Integer; inline;

C++

int __fastcall GetHashSize();

Properties

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

Description

Returns the size of this hash instance.

See Also