System.Bindings.Outputs.TConverterUtils.IntegerToString

提供: RAD Studio API Documentation
2016年7月25日 (月) 04:46時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-22074)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

class procedure IntegerToString(const I: TValue; var O: TValue); static;

C++

static void __fastcall IntegerToString(const System::Rtti::TValue &I, System::Rtti::TValue &O);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils


説明

Integer TValueString TValue に変換します。

IntegerToString は新しい TValue レコードを、事前に変換された String 値から構築します。

変換は、次の TypeInfo によって変わります: 型の種類データの型序数型

取り得る整数値:

関連項目