System.SysUtils.TStringHelper.ToInt64

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

Propriétés

Type Visibilité  Source Unité  Parent
function public System.SysUtils.pas System.SysUtils TStringHelper


Description

<section begi n="short"/>Renvoie la valeur entière de la chaîne spécifiée sous la forme d'une valeur Int64.

Pour des informations sur les notations d'entrée prises en charge, voir Val.

Voir aussi