System.SysUtils.TInt64Helper.TryParse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

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

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

See Also