System.SysUtils.TStringBuilder.ToString
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 インスタンスに含まれる文字配列の文字列表現を作成します。
StartIndex と StrLength には、変換する文字配列の部分列を指定します。