System.SysUtils.TStringHelper.ToCharArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ToCharArray: TArray<Char>; overload;
function ToCharArray(StartIndex: Integer; Length: Integer): TArray<Char>; overload;

Propriétés

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

Description

Transforme cette chaîne de base zéro en un TArray<Char> (un tableau de caractères) et la renvoie.

Voir aussi