System.SysUtils.TStringBuilder.ToString

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

Delphi

function ToString: string; overload; override;
function ToString(UpdateCapacity: Boolean): string; reintroduce; overload;
function ToString(StartIndex: Integer; StrLength: Integer): string; reintroduce; overload;

C++

virtual System::UnicodeString __fastcall ToString()/* overload */;
HIDESBASE System::UnicodeString __fastcall ToString(bool UpdateCapacity)/* overload */;
HIDESBASE System::UnicodeString __fastcall ToString(int StartIndex, int StrLength)/* overload */;

プロパティ

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

説明

この TStringBuilder インスタンスに含まれる文字配列の文字列表現を返します。

ToString を使用して、この TStringBuilder インスタンスに含まれる文字配列の文字列表現を作成します。

StartIndexStrLength には、変換する文字配列の部分列を指定します。

関連項目