API:System.SysUtils.StrToUInt64Def

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StrToUInt64Def(const S: string; const Default: UInt64): UInt64;

C++

extern DELPHI_PACKAGE unsigned __int64 __fastcall StrToUInt64Def(const System::UnicodeString S, const unsigned __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.