System.SysUtils.TIntegerHelper.TryParse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function TryParse(const S: string; out Value: Integer): Boolean; inline; static;

Properties

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

Description

Converts a string to an Integer value, with a Boolean success code.

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

See Also