System.SysUtils.TStringHelper.ToCharArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TStringHelper

Description

Transforms this 0-based string into a TArray<Char> (a character array) and returns it.

See Also