System.Hash.THash.ToBigEndian

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

Delphi

class function ToBigEndian(AValue: Cardinal): Cardinal; overload; static; inline;
class function ToBigEndian(AValue: UInt64): UInt64; overload; static; inline;

C++

static unsigned __fastcall ToBigEndian(unsigned AValue)/* overload */;
static unsigned __int64 __fastcall ToBigEndian(unsigned __int64 AValue)/* overload */;

プロパティ

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


説明

渡された値の BigEndian メモリ表現を返します。

値を Cardinal または Int64 として指定することができます。

関連項目