System.StrUtils.TryLiteralToInt64

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function TryLiteralToInt64(const S: string; const MaxValue: UInt64;
{$IFDEF CPU32BITS} Lim10Value: UInt64; {$ENDIF} var Value): Boolean;
function TryLiteralToInt64(const S: string; out Value: Int64): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall TryLiteralToInt64(const System::UnicodeString S, const unsigned __int64 MaxValue, unsigned __int64 Lim10Value, void *Value)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。