Afficher : Delphi C++
Préférences d'affichage

System.SysUtils.StrToInt64Def

De XE2 API Documentation

Delphi

function StrToInt64Def(const S: string; const Default: Int64): Int64;

C++

extern PACKAGE __int64 __fastcall StrToInt64Def(const System::UnicodeString S, const __int64 Default)/* overload */;

Propriétés

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

Description

Convertit en nombre une chaîne qui représente un entier (décimal ou hexadécimal).

StrToInt64Def convertit la chaîne AnsiStringS, qui représente un nombre entier en notation décimale ou hexadécimale. Si S ne représente pas un nombre reconnu, StrToInt64Def renvoie le nombre mis dans Default.

Voir aussi

Versions précédentes
Traductions