API:System.SysUtils.StrToInt64Def

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.