Record THash
Модуль
Объявления
type THash = record
Описание
Record with common functionality to all Hash functions
Обзор
Методы
![]() |
class function DigestAsInteger(const ADigest: TBytes): Integer; static; |
![]() |
class function DigestAsString(const ADigest: TBytes): string; static; |
![]() |
class function DigestAsStringGUID(const ADigest: TBytes): string; static; |
![]() |
class function GetRandomString(const ALen: Integer = 10): string; static; |
![]() |
class function ToBigEndian(AValue: UInt64): UInt64; overload; static; inline; |
![]() |
class function ToBigEndian(AValue: Cardinal): Cardinal; overload; static; inline; |
Описание
Методы
![]() |
class function DigestAsInteger(const ADigest: TBytes): Integer; static; |
|
Convert a Digest into an Integer if it's length its four | |
![]() |
class function DigestAsString(const ADigest: TBytes): string; static; |
|
Convert a Digest into a hexadecimal value string | |
![]() |
class function DigestAsStringGUID(const ADigest: TBytes): string; static; |
|
Convert a Digest into a GUID if it's length its sixteen | |
![]() |
class function GetRandomString(const ALen: Integer = 10): string; static; |
|
Gets a random string with the given length | |
![]() |
class function ToBigEndian(AValue: UInt64): UInt64; overload; static; inline; |
|
Gets the BigEndian memory representation of a UInt64 value | |
![]() |
class function ToBigEndian(AValue: Cardinal): Cardinal; overload; static; inline; |
|
Gets the BigEndian memory representation of a cardinal value | |
Сгенерировал PasDoc 0.16.0-snapshot.
