System.IntToStr
C++
extern PACKAGE System::String __fastcall IntToStr(int Value)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | dstring.h | System | System |
説明
整数を文字列に変換します。
IntToStr は、整数を 10 進法で表した文字列に変換します。
メモ: System.IntToStr の機能は System.SysUtils.IntToStr と同じです。