API:System.Hash.THash

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

THash = record

C++

struct DECLSPEC_DRECORD THash
{
public:
    static int __fastcall DigestAsInteger(const System::Sysutils::TBytes ADigest);
    static System::UnicodeString __fastcall DigestAsString(const System::Sysutils::TBytes ADigest);
    static System::UnicodeString __fastcall DigestAsStringGUID(const System::Sysutils::TBytes ADigest);
    static System::UnicodeString __fastcall GetRandomString(const int ALen = 0xa);
    static unsigned __fastcall ToBigEndian(unsigned AValue)/* overload */;
    static unsigned __int64 __fastcall ToBigEndian(unsigned __int64 AValue)/* overload */;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Hash.pas
System.Hash.hpp
System.Hash System.Hash

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。