System.JSON.TJSONString.Hex

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

Delphi

class function Hex(const Digit: TInt15): Byte; static;

C++

static System::Byte __fastcall Hex(const TInt15 Digit);

プロパティ

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

説明

与えられた数字を、それと等価な 16 進数字に変換します。

与えられた数字を、それと等価な 16 進数字に変換するには、Hex を呼び出します。

Hex は、それと等価な 16進数の ASCII コードを返します。