System.SysUtils.TStringHelper.ToInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ToInt64(const S: string): Int64; overload; static; inline;
function ToInt64: Int64; overload; inline;

Properties

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

Description

Returns the integer value of the specified string as an Int64 value.

For information about the supported input notations, see Val.

See Also