Open main menu

RAD Studio API Documentation β

System.SysUtils.TIntegerHelper.ToString

Delphi

function ToString: string; overload; inline;
class function ToString(const Value: Integer): string; overload; inline; static;

Properties

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

Description

Converts an Integer to a string value.

This method is overloaded:

Note: For details on how the conversion is done, see the description of IntToStr.

See Also