System.SysUtils.TStringBuilder.ToString

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TStringBuilder

Description

Renvoie une représentation chaîne du tableau de caractères contenu dans cette instance de TStringBuilder.

Utilisez ToString pour créer une représentation chaîne du tableau de caractères contenu dans cette instance de TStringBuilder.

StartIndex et StrLength spécifient une sous-chaîne du tableau de caractères à convertir.

Voir aussi