System.IntToStr

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

C++

extern PACKAGE System::String __fastcall IntToStr(int Value)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public dstring.h System System

説明

整数を文字列に変換します。

IntToStr は、整数を 10 進法で表した文字列に変換します。

メモ: System.IntToStr の機能は System.SysUtils.IntToStr と同じです。

関連項目